Skip to content

Commit

Permalink
Give write permission
Browse files Browse the repository at this point in the history
  • Loading branch information
ctoth committed Dec 7, 2023
1 parent 9e16fc6 commit 214ceb8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Deploy Docs

permissions:
contents: write
on:
push:
branches:
Expand All @@ -23,7 +24,7 @@ jobs:
run: npm run docs

- name: Deploy
uses: JamesIves/github-pages-deploy-action
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: docs

0 comments on commit 214ceb8

Please sign in to comment.