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 c24173a commit 0b37964Copy full SHA for 0b37964
.github/workflows/continuous_deployment.yml
@@ -9,20 +9,19 @@ jobs:
9
release:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions-rs/toolchain@v1
+ - uses: actions-rs/toolchain@v1.0.6
13
with:
14
toolchain: stable
15
target: wasm32-unknown-unknown
16
17
- - uses: jetli/trunk-action@v0.1.0
18
- - uses: jetli/wasm-bindgen-action@v0.1.0
+ - uses: jetli/trunk-action@v0.4.0
+ - uses: jetli/wasm-bindgen-action@v0.2.0
19
20
- uses: actions/checkout@v3
21
22
- run: trunk build --release
23
24
- uses: peaceiris/actions-gh-pages@v3.9.3
25
- if: github.ref == 'refs/heads/main'
26
27
- github_token: $
+ github_token: ${{ secrets.GITHUB_TOKEN }}
28
publish_dir: ./dist
0 commit comments