Skip to content

Commit

Permalink
actions, 2024-04-23 15:21:59
Browse files Browse the repository at this point in the history
  • Loading branch information
yzqdev committed Apr 23, 2024
1 parent 4ba22a2 commit 7b745c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy_gh_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy GitHub Page
on:
push:
branches:
- v*
- main

jobs:
docs-deploy:
Expand All @@ -12,14 +12,14 @@ jobs:
contents: write

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "16"
node-version: 20

- name: Install dependencies
run: yarn
Expand Down

0 comments on commit 7b745c9

Please sign in to comment.