Skip to content

fix: zip-in-zip issue when downloading zip file of judge template #30

fix: zip-in-zip issue when downloading zip file of judge template

fix: zip-in-zip issue when downloading zip file of judge template #30

Workflow file for this run

name: build
on:
push:
branches: master
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: release
publish_dir: ./dist