Skip to content

Commit

Permalink
Misc: Additional docs workflow configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotrekol committed Oct 5, 2021
1 parent 7b91d87 commit 605dfe5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,6 @@ jobs:
if: ${{ github.ref == 'refs/heads/master' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/docs/.vuepress/dist
publish_dir: ./docs/docs/.vuepress/dist
commit_message: ${{ github.event.head_commit.message }}
keep_files: true

0 comments on commit 605dfe5

Please sign in to comment.