Skip to content

Commit 7c7fb53

Browse files
committed
Check for symlinks in pages publication
1 parent 153186b commit 7c7fb53

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ jobs:
5757
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
5858
env:
5959
JEKYLL_ENV: production
60+
- name: Check for symlinks # GitHub doesn't allow symlinks
61+
run: ls -lR docs/_site
6062
- name: Upload artifact
6163
uses: actions/upload-artifact@v4
6264
with:

0 commit comments

Comments
 (0)