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 ab6682c commit 74108b7Copy full SHA for 74108b7
.github/workflows/deploy.yml
@@ -33,9 +33,11 @@ jobs:
33
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
34
env:
35
JEKYLL_ENV: production
36
- - name: Upload artifact
37
- # Automatically uploads an artifact from the './_site' directory by default
+ - name: Upload gh-pages artifact
38
uses: actions/upload-pages-artifact@v4
+ with:
39
+ path: _site
40
+ include-hidden-files: true # required for /.well-known/security.txt
41
42
deploy:
43
environment:
@@ -46,4 +48,4 @@ jobs:
46
48
steps:
47
49
- name: Deploy to GitHub Pages
50
id: deployment
- uses: actions/deploy-pages@v4
51
+ uses: actions/deploy-pages@v4
0 commit comments