Skip to content

Commit

Permalink
deploy-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
mPokornyETM committed Dec 17, 2023
1 parent 6a0b4fd commit 3b5d51e
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/createBundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -376,12 +376,13 @@ jobs:
name: html-help
path: ${{github.workspace}}/public/

- name: Publish GitHub pages help
uses: peaceiris/actions-gh-pages@v3
# If you're changing the branch from main,
# also change the `main` in `refs/heads/main`
# below accordingly.
# if: github.ref == 'refs/heads/main'
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
github_token: ${{ secrets.WIKI_ACTION_TOKEN }}
publish_dir: ./public
# Upload entire repository
path: '.'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3

0 comments on commit 3b5d51e

Please sign in to comment.