We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 145693b commit 9f01cb0Copy full SHA for 9f01cb0
1 file changed
.github/workflows/pages.yml
@@ -39,15 +39,15 @@ jobs:
39
cache-version: 0 # Increment this number if you need to re-download cached gems
40
- name: Setup Pages
41
id: pages
42
- uses: actions/configure-pages@v5
+ uses: actions/configure-pages@v6
43
- name: Build with Jekyll
44
# Outputs to the './_site' directory by default
45
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
46
env:
47
JEKYLL_ENV: production
48
- name: Upload artifact
49
# Automatically uploads an artifact from the './_site' directory by default
50
- uses: actions/upload-pages-artifact@v6
+ uses: actions/upload-pages-artifact@v5
51
52
# Deployment job
53
deploy:
0 commit comments