Skip to content

Commit

Permalink
testing another deploy docs method
Browse files Browse the repository at this point in the history
  • Loading branch information
Unreal-Dan committed Aug 7, 2024
1 parent 9a1abc5 commit b295339
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/chromadeck_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
branches: [ "chromadeck" ]
workflow_dispatch: # manual trigger

permissions:
pages: write
id-token: write

jobs:
setup:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -154,11 +158,13 @@ jobs:
with:
name: doxygen-docs-chromadeck
path: docs/chromadeck
- name: Deploy docs to GitHub Pages
uses: actions/deploy-pages@v4
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
path: docs/chromadeck
target-path: docs/chromadeck
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/chromadeck
destination_dir: docs/chromadeck
nojekyll: true # If your site needs raw HTML deployment

deploy:
needs: [setup, test, embedded, wasm, docs]
Expand Down

0 comments on commit b295339

Please sign in to comment.