Skip to content

Commit

Permalink
Update deploys-docs.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Collins <[email protected]>
benmcollins authored Jan 6, 2025
1 parent 9af4655 commit d67c99c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/deploys-docs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: LibJWT Documentation

on:
workflow_dispatch:
push:
branches:
- "master"
@@ -15,9 +16,6 @@ jobs:
build:
if: ${{github.ref == 'refs/heads/master'}}
runs-on: macos-latest
permissions:
id-token: write
pages: write
steps:
- uses: actions/checkout@v4
with:
@@ -49,6 +47,10 @@ jobs:
path: gh-pages/

deploy:
permissions:
id-token: write
pages: write
deployments: write
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}

0 comments on commit d67c99c

Please sign in to comment.