mirror of
https://github.com/sipeed/sipeed_wiki.git
synced 2026-09-11 00:22:49 -05:00
fix action push failed error
This commit is contained in:
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
@@ -15,6 +15,9 @@ on:
|
||||
repository_dispatch:
|
||||
types: [update_maixpy_doc]
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
||||
jobs:
|
||||
# This workflow contains a single job called "build"
|
||||
|
||||
3
.github/workflows/publish_upload_all.yml
vendored
3
.github/workflows/publish_upload_all.yml
vendored
@@ -7,6 +7,9 @@ on:
|
||||
# Only allows you to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
||||
jobs:
|
||||
# This workflow contains a single job called "build"
|
||||
|
||||
Reference in New Issue
Block a user