Skip to content

fix: world quest scripticus upodate and starsign fix #937

fix: world quest scripticus upodate and starsign fix

fix: world quest scripticus upodate and starsign fix #937

Workflow file for this run

name: Deploy to Github Pages
on:
push:
branches:
- main
jobs:
deployment:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
node-version: '18'
cache: 'npm'
- name: Build
env:
NODE_ENV: production
run: |
npm install
npm run build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
publish_dir: ./out