Skip to content

Commit 75edf46

Browse files
authored
Transition from Travis CI to GitHub Actions (chapter 3)
1. Update documentation.yml
2 parents fb69257 + 23d7d1d commit 75edf46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
uses: peaceiris/actions-gh-pages@v3.6.4
3030
with:
3131
github_token: ${{ secrets.GITHUB_TOKEN }}
32-
publish_dir: "."
32+
publish_dir: "./tmp_docs"
3333
publish_branch: gh-pages
3434

0 commit comments

Comments
 (0)