Skip to content

Commit

Permalink
Merge pull request #66 from it-at-m/fix-gh-pages-publishing-directory
Browse files Browse the repository at this point in the history
Fix Trigger und Publish-Ordner für GithubPages-Action
  • Loading branch information
MrSebastian authored Apr 3, 2024
2 parents e24a4cc + 4481729 commit eb68e8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- dev
paths:
- 'docs/**'
- '.github/workflows/release-doc.yaml'

jobs:
build:
Expand All @@ -30,4 +31,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/dist
publish_dir: ./docs/.vitepress/dist

0 comments on commit eb68e8b

Please sign in to comment.