Skip to content

Commit

Permalink
Reverting, and granting correct permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
JOOpdenhoevel authored Aug 31, 2024
1 parent 554d59c commit 18846db
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,27 @@ on:
jobs:
build:
runs-on: ubuntu-latest

# Grant GITHUB_TOKEN the permissions required to make a Pages deployment
permissions:
pages: write # to deploy to Pages
id-token: write # to verify the deployment originates from an appropriate source

steps:
- uses: actions/checkout@v4

- name: Doxygen Build
uses: mattnotmitt/[email protected]

- name: Deploy
uses: peaceiris/actions-gh-pages@v4

- name: Setup Pages
uses: actions/configure-pages@v5

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: /github/workspace/StencilStream/doxygen/html/
path: doxygen/html/

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit 18846db

Please sign in to comment.