Skip to content

Commit

Permalink
Remove symlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
coatless committed Oct 16, 2023
1 parent 44571ed commit 2f32310
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ jobs:
cp -rp examples/website/_site docs/examples/website && \
cp -rp examples/html-document/ docs/examples/html-document
# Remove symlinks
- name: Delete symlinks
run: |
rm -rf docs/*_extensions
# Publish the docs directory onto gh-pages
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
Expand Down

0 comments on commit 2f32310

Please sign in to comment.