mirror of
https://github.com/Xevion/powershell.git
synced 2025-12-06 03:15:55 -06:00
Use /docs directory for gh-pages deploy
This commit is contained in:
2
.github/workflows/gh-pages.yml
vendored
2
.github/workflows/gh-pages.yml
vendored
@@ -31,5 +31,5 @@ jobs:
|
||||
if: ${{ github.ref == 'refs/heads/main' }}
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: ./public
|
||||
publish_dir: ./docs
|
||||
commit_message: ${{ github.event.head_commit.message }}
|
||||
Reference in New Issue
Block a user