We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f32310 commit 2981649Copy full SHA for 2981649
.github/workflows/publish-demo.yml
@@ -74,7 +74,11 @@ jobs:
74
# Remove symlinks
75
- name: Delete symlinks
76
run: |
77
- rm -rf docs/*_extensions
+ 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
+
82
83
# Publish the docs directory onto gh-pages
84
- name: Deploy 🚀
docs/_quarto.yml
@@ -46,7 +46,7 @@ website:
46
- section: "Deployment"
47
contents:
48
- href: qwebr-deployment-templates.qmd
49
- text: Deployment Templates
+ text: Templates
50
- href: qwebr-communication-channels.qmd
51
text: Communication Channels
52
- section: "Extra"
0 commit comments