Skip to content

Commit

Permalink
Merge pull request #10 from airtai/fix-docs-deploy
Browse files Browse the repository at this point in the history
Add write permission to fix docs deploy failure
  • Loading branch information
davorrunje authored Sep 28, 2023
2 parents b6d5e22 + 7237e91 commit 570edff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
- master
- main

permissions:
contents: write

jobs:
deploy_docs:
name: Deploy FastStream Docs to GitHub Pages
Expand Down

0 comments on commit 570edff

Please sign in to comment.