Skip to content

Commit

Permalink
GH-pages docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mPokornyETM committed Dec 17, 2023
1 parent 38d5334 commit e7a41dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/createBundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: html-help
path: ${{github.workspace}}/public/
path: ${{github.workspace}}/docs/

- name: Publish GitHub pages help
uses: peaceiris/actions-gh-pages@v3
Expand All @@ -389,4 +389,4 @@ jobs:
# if: github.ref == 'refs/heads/main'
with:
github_token: ${{ secrets.WIKI_ACTION_TOKEN }}
publish_dir: ./public
publish_dir: ./docs

0 comments on commit e7a41dc

Please sign in to comment.