We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51f4622 commit 497226eCopy full SHA for 497226e
.github/workflows/build.yml
@@ -440,7 +440,6 @@ jobs:
440
name: npm
441
url: ${{ steps.set-npm-url.outputs.npm-url }}
442
permissions:
443
- pages: write
444
id-token: write
445
contents: write
446
issues: write
@@ -656,6 +655,10 @@ jobs:
656
655
environment:
657
name: Documentation website
658
url: "https://node-llama-cpp.withcat.ai"
+ permissions:
659
+ pages: write
660
+ id-token: write
661
+ contents: read
662
needs:
663
- build
664
- resolve-next-release
@@ -732,6 +735,10 @@ jobs:
732
735
733
736
734
737
738
739
740
741
742
743
744
0 commit comments