This commit is contained in:
LanYunDev 2025-02-15 22:56:00 +00:00 committed by GitHub
commit 95a7de14f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 1917 additions and 2190 deletions

View file

@ -4,18 +4,18 @@ on:
workflow_dispatch:
push:
branches:
- master
- master
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set node version
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '18.x'
node-version: '22.x'
- name: Install
run: |
@ -50,7 +50,7 @@ jobs:
- name: Deploy to GitHub Pages
if: success() && github.ref == 'refs/heads/master'
uses: crazy-max/ghaction-github-pages@v3
uses: crazy-max/ghaction-github-pages@v4
with:
target_branch: gh-pages
build_dir: ./build/prod