Browse Source

fix CI by adding write permission for docs

tags/v0.0.0-test.4
haixuanTao 3 years ago
parent
commit
17c335f979
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      .github/workflows/gh-pages.yml

+ 2
- 0
.github/workflows/gh-pages.yml View File

@@ -7,6 +7,8 @@ on:
- main
pull_request:
permissions:
contents: write

jobs:
deploy:


Loading…
Cancel
Save