ci: fix ci
This commit is contained in:
parent
61ed64486d
commit
c61f90851c
1 changed files with 4 additions and 0 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -60,6 +60,10 @@ jobs:
|
|||
if-no-files-found: error
|
||||
|
||||
deploy:
|
||||
permissions:
|
||||
contents: read
|
||||
pages: write
|
||||
id-token: write
|
||||
if: github.ref == 'refs/heads/v0.10'
|
||||
runs-on: ubuntu-latest
|
||||
needs: build-wasm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue