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 153186b commit 7c7fb53Copy full SHA for 7c7fb53
1 file changed
.github/workflows/pages.yml
@@ -57,6 +57,8 @@ jobs:
57
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
58
env:
59
JEKYLL_ENV: production
60
+ - name: Check for symlinks # GitHub doesn't allow symlinks
61
+ run: ls -lR docs/_site
62
- name: Upload artifact
63
uses: actions/upload-artifact@v4
64
with:
0 commit comments