We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc0e53b + 57537db commit 5a215b4Copy full SHA for 5a215b4
1 file changed
.github/workflows/docs.yml
@@ -36,15 +36,15 @@ jobs:
36
uses: peaceiris/actions-gh-pages@v3
37
with:
38
github_token: ${{ secrets.GITHUB_TOKEN }}
39
- publish_dir: docs/_site/*
+ publish_dir: docs/_site
40
publish_branch: gh-pages
41
destination_dir: main
42
- name: publish stable docs
43
if: github.ref_type == 'tag' && startswith(github.ref, 'refs/tags/v')
44
45
46
47
48
49
destination_dir: ${{ github.ref_name }}
50
- name: create symlink stable to new version
0 commit comments