Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LolaLollipop authored Nov 13, 2023
1 parent d85d7cb commit 270749c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Clean up and deploy docs

on:
push:
branches:
Expand All @@ -9,6 +11,7 @@ on:

jobs:
cleanup:
name: Cleanup prior deployments
runs-on: ubuntu-latest
permissions: write-all

Expand All @@ -21,6 +24,7 @@ jobs:
onlyRemoveDeployments: true

docs:
needs: cleanup
permissions:
contents: 'write'
pages: 'write'
Expand Down

0 comments on commit 270749c

Please sign in to comment.