Skip to content

change routing

change routing #17

Workflow file for this run

name: Deploy from main to GitHub Pages
on:
push:
branches:
- main
jobs:
deploy:
name: Deploy from main to GitHub Pages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Deploy
uses: s0/git-publish-subdir-action@develop
env:
REPO: self
BRANCH: gh-pages
FOLDER: dist
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}