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 6e901e9 commit 4969994Copy full SHA for 4969994
.github/workflows/site.yml
@@ -23,10 +23,8 @@ jobs:
23
uses: actions/setup-node@v4
24
with:
25
node-version: lts/*
26
- - name: Setup rsvg
27
- run: sudo apt install -y librsvg2-bin
28
- - name: Setup svgo
29
- run: npm i -g svgo
+ - name: Setup dependencies
+ run: sudo apt install -y librsvg2-bin pngquant && npm i -g svgo
30
- name: Build
31
run: sh/site.sh
32
- name: Upload
@@ -35,6 +33,9 @@ jobs:
35
33
36
34
path: site/
37
deploy:
+ permissions:
+ pages: write
38
+ id-token: write
39
environment:
40
name: github-pages
41
url: ${{ steps.deployment.outputs.page_url }}
sh/build.sh
100644
100755
sh/site.sh
sh/version.sh
0 commit comments