Skip to content

Commit

Permalink
More changs
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaoCostaIFG committed Dec 5, 2024
1 parent 6d797c2 commit 501f959
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@ name: Deploy mdBook site to Pages
on:
push:
branches: [ "master" ]
workflow_dispatch:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write

# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: "pages"
cancel-in-progress: true
Expand Down

0 comments on commit 501f959

Please sign in to comment.