update version

This commit is contained in:
Nebel 2023-11-27 11:33:51 +09:00
parent 67969c080a
commit 6a4e90dae6
Signed by: nebel
GPG key ID: 79807D08C6EF6460

View file

@ -10,9 +10,9 @@ jobs:
environment: github-pages environment: github-pages
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v4
- run: make build - run: make build
- uses: actions/upload-pages-artifact@v1 - uses: actions/upload-pages-artifact@v2
with: with:
path: dist path: dist
- uses: actions/deploy-pages@v1 - uses: actions/deploy-pages@v2