Skip to content

Commit 2981649

Browse files
committed
Explicitly remove symlinks
1 parent 2f32310 commit 2981649

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/publish-demo.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,11 @@ jobs:
7474
# Remove symlinks
7575
- name: Delete symlinks
7676
run: |
77-
rm -rf docs/*_extensions
77+
rm -rf docs/_extensions && \
78+
rm -rf docs/examples/html-document/_extensions && \
79+
rm -rf docs/examples/website/_extensions && \
80+
rm -rf docs/examples/book/_extensions
81+
7882
7983
# Publish the docs directory onto gh-pages
8084
- name: Deploy 🚀

docs/_quarto.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ website:
4646
- section: "Deployment"
4747
contents:
4848
- href: qwebr-deployment-templates.qmd
49-
text: Deployment Templates
49+
text: Templates
5050
- href: qwebr-communication-channels.qmd
5151
text: Communication Channels
5252
- section: "Extra"

0 commit comments

Comments
 (0)