We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 669a09d commit c58c2c3Copy full SHA for c58c2c3
1 file changed
.github/workflows/deploy.yml
@@ -60,6 +60,9 @@ jobs:
60
- name: Setup Pages
61
uses: actions/configure-pages@v4
62
63
+ - name: Generate calendar.ics
64
+ run: ruby tools/generate_calendar_ics.rb
65
+
66
- name: Build with Jekyll
67
run: bundle exec jekyll build
68
env:
@@ -70,6 +73,7 @@ jobs:
70
73
git config user.name "github-actions[bot]"
71
74
git config user.email "github-actions[bot]@users.noreply.github.com"
72
75
git add _includes/VERSION.txt
76
+ git add calendar.ics
77
78
# Only commit and push if there are changes
79
if git diff --staged --quiet; then
0 commit comments