Rename gh-pages.yml to gh-pages.yml.back

This commit is contained in:
xrkffgg
2023-02-24 13:43:49 +08:00
committed by GitHub
parent 464f817556
commit 25313a56b2

View File

@@ -1,22 +0,0 @@
name: GitHub Pages
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v2
- run: yarn
- run: npm run docs:build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs-dist