Skip to content

Commit c58c2c3

Browse files
authored
Run ICS generator in deploy workflow
1 parent 669a09d commit c58c2c3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ jobs:
6060
- name: Setup Pages
6161
uses: actions/configure-pages@v4
6262

63+
- name: Generate calendar.ics
64+
run: ruby tools/generate_calendar_ics.rb
65+
6366
- name: Build with Jekyll
6467
run: bundle exec jekyll build
6568
env:
@@ -70,6 +73,7 @@ jobs:
7073
git config user.name "github-actions[bot]"
7174
git config user.email "github-actions[bot]@users.noreply.github.com"
7275
git add _includes/VERSION.txt
76+
git add calendar.ics
7377
7478
# Only commit and push if there are changes
7579
if git diff --staged --quiet; then

0 commit comments

Comments
 (0)