Skip to content

Update gh-pages.yml

Update gh-pages.yml #3

Workflow file for this run

name: GitHub Pages
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0 # Fetch all history for all branches and tags
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
env:
ACTIONS_STEP_DEBUG: true
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist