Skip to content

Merge pull request #69 from GuoXiCheng/dev-c #1

Merge pull request #69 from GuoXiCheng/dev-c

Merge pull request #69 from GuoXiCheng/dev-c #1

Workflow file for this run

name: Deploy SKIP static file
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Latest Version Number
run: |
echo "1.4" >> dist/latest_version.txt
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: dist