Skip to content

doc: update URL in README #38

doc: update URL in README

doc: update URL in README #38

Workflow file for this run

name: deploy
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: borales/[email protected]
with:
cmd: install
- run: echo 'agex.gkzhb.top' > public/CNAME
- uses: borales/[email protected]
with:
cmd: build
- name: deploy
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
BRANCH: gh-pages # The branch the action should deploy to.
FOLDER: dist # The folder the action should deploy.