We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 68e80d3 + 40526f0 commit be20b2dCopy full SHA for be20b2d
.github/workflows/gh-pages.yml
@@ -20,11 +20,10 @@ jobs:
20
args: docs/index.md -o docs/index.html
21
env:
22
MARP_USER: root:root
23
- - name: Rename docs
24
- run: mv docs ${{ steps.tag.outputs.tag }}
25
- name: Deploy docs
26
uses: peaceiris/actions-gh-pages@v3
27
with:
+ destination_dir: ${{ steps.tag.outputs.tag }}
28
github_token: ${{ secrets.GITHUB_TOKEN }}
29
publish_branch: gh-pages
30
- publish_dir: ${{ steps.tag.outputs.tag }}
+ publish_dir: docs
0 commit comments