Skip to content

Bug fix.

Bug fix. #22

name: Build and Deploy
on:
push:
branches:
- release
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
- name: Install and Build
run: |
npm i
npm run build
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
target-folder: asx_cgt
clean: false
repository-name: judilsteve/judilsteve.github.io
token: ${{ secrets.PAGES_ACCESS_TOKEN }}
branch: master # The branch the action should deploy to.
folder: build # The folder the action should deploy.