Skip to content

Commit

Permalink
refs #147: Specified permissions, renamed job for better readability.…
Browse files Browse the repository at this point in the history
… Running another test.
  • Loading branch information
stickgrinder committed Mar 17, 2024
1 parent 537c35b commit d5f3b82
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ on:
- feature/147-docs-release-automation

jobs:
deploy:
deploy-gh-pages:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v2
- name: Install Python environment
Expand Down

0 comments on commit d5f3b82

Please sign in to comment.