Skip to content

chore(deps-dev): bump @types/react from 18.2.24 to 18.2.34 #56

chore(deps-dev): bump @types/react from 18.2.24 to 18.2.34

chore(deps-dev): bump @types/react from 18.2.24 to 18.2.34 #56

Workflow file for this run

name: public
on:
push:
branches:
- main
pull_request:
jobs:
deploy:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
with:
submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- uses: actions/setup-node@v3
with:
node-version: 20.x
cache: 'npm'
- run: npm install
- run: npm run test --if-present
- run: npm run build --if-present
- uses: peaceiris/actions-gh-pages@v3
if: github.ref == 'refs/heads/main'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist
cname: ever-guild.net