Skip to content

Commit be20b2d

Browse files
authored
#10 Merge pull request from a-lab-nagoya/astropenguin/issue9
Fix gh-pages workflow
2 parents 68e80d3 + 40526f0 commit be20b2d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,10 @@ jobs:
2020
args: docs/index.md -o docs/index.html
2121
env:
2222
MARP_USER: root:root
23-
- name: Rename docs
24-
run: mv docs ${{ steps.tag.outputs.tag }}
2523
- name: Deploy docs
2624
uses: peaceiris/actions-gh-pages@v3
2725
with:
26+
destination_dir: ${{ steps.tag.outputs.tag }}
2827
github_token: ${{ secrets.GITHUB_TOKEN }}
2928
publish_branch: gh-pages
30-
publish_dir: ${{ steps.tag.outputs.tag }}
29+
publish_dir: docs

0 commit comments

Comments
 (0)