Skip to content

ltm word

ltm word #4

Workflow file for this run

name: Deploy GitHub Pages
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.MyPat }}
publish_dir: ./ # 指定要发布的目录,如果是根目录,则保持为 ./