Skip to content

Commit

Permalink
Fix incorrect action permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Kutu committed Jun 1, 2024
1 parent cdd6a2c commit ccb3aff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
name: Linting and formatting
name: Deploy docs to GitHub Pages

on:
push:
branches:
- master
pull_request:

jobs:
run-docs:
deploy-docs:
runs-on: ubuntu-24.04
permissions:
contents: write

steps:
- run: sudo apt-get install -y just
Expand Down
1 change: 1 addition & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@

- [ ] Document in contributing why attributes are double typed.
- [ ] Add general documentation and tutorials.
- [ ] Fix PR requirements.

0 comments on commit ccb3aff

Please sign in to comment.