We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a65ead7 + 4eb74c8 commit 4bc06d3Copy full SHA for 4bc06d3
3 files changed
.github/workflows/docs.yml
@@ -64,6 +64,7 @@ jobs:
64
uses: actions/upload-pages-artifact@v5
65
with:
66
path: great-docs/_site
67
+ include-hidden-files: true
68
69
- name: Deploy to GitHub Pages
70
id: deployment
great_docs/assets/github-workflow-template.yml
@@ -62,6 +62,7 @@ jobs:
62
63
user_guide/14-deployment.qmd
@@ -132,6 +132,7 @@ jobs:
132
133
134
135
136
137
publish-docs:
138
needs: build-docs
0 commit comments