updating container versions, deploy token
This commit is contained in:
parent
4c7f39818d
commit
6ad986e922
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -11,6 +11,8 @@ jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
@ -41,7 +43,7 @@ jobs:
|
||||
run: mv CNAME www/dist
|
||||
|
||||
- name: Deploy To Pages
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
uses: peaceiris/actions-gh-pages@v4
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: ./www/dist
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM rust:1.69 AS rust-build
|
||||
FROM rust:1.78 AS rust-build
|
||||
|
||||
RUN curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
|
||||
|
||||
@ -8,7 +8,7 @@ WORKDIR /gof
|
||||
RUN wasm-pack build --release
|
||||
RUN cargo doc --no-deps --document-private-items
|
||||
|
||||
FROM node:18-alpine AS js-build
|
||||
FROM node:22-alpine AS js-build
|
||||
|
||||
COPY . /gof
|
||||
WORKDIR /gof
|
||||
|
Loading…
Reference in New Issue
Block a user