Skip to content

update james action

update james action #2

Workflow file for this run

name: Release from main to GitHub Pages
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: dist
branch: gh-pages
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}