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 641739a commit 524e454Copy full SHA for 524e454
.github/workflows/pages.yml
@@ -45,6 +45,8 @@ jobs:
45
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
46
env:
47
JEKYLL_ENV: production
48
+ - name: List generated site files
49
+ run: ls -la _site
50
- name: Upload artifact
51
# Automatically uploads an artifact from the './_site' directory by default
52
uses: actions/upload-pages-artifact@main
0 commit comments