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.
2 parents cbae804 + a8184aa commit 2c2bba2Copy full SHA for 2c2bba2
.github/workflows/pages.yml
@@ -46,12 +46,12 @@ jobs:
46
cache-version: 0 # Increment this number if you need to re-download cached gems
47
- name: Setup Pages
48
id: pages
49
- uses: actions/configure-pages@v2
+ uses: actions/configure-pages@v3
50
- run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}" # defaults output to '/_site'
51
env:
52
JEKYLL_ENV: production
53
- name: Upload artifact
54
uses: actions/upload-pages-artifact@v1 # This will automatically upload an artifact from the '/_site' directory
55
- name: Deploy to GitHub Pages
56
id: deployment
57
- uses: actions/deploy-pages@v1
+ uses: actions/deploy-pages@v4
0 commit comments