We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf87bc7 commit 6fc5182Copy full SHA for 6fc5182
1 file changed
.github/workflows/pages.yml
@@ -28,9 +28,7 @@ jobs:
28
uses: actions/configure-pages@v5
29
30
- name: Build with Jekyll
31
- run: bundle exec jekyll build
32
- env:
33
- JEKYLL_ENV: production
+ uses: actions/jekyll-build-pages@v1
34
35
- name: Upload artifact
36
uses: actions/upload-pages-artifact@v3
0 commit comments