Skip to content

Commit

Permalink
update .github/workflows/publish_gh_pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yuiseki committed Dec 30, 2023
1 parent 2317ca3 commit db06edf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish_gh_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Use Node.js
- name: Extract node version
run: echo "NODE_VERSION=$(cat .node_version)" >> $GITHUB_ENV
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: ${{ env.NODE_VERSION }}
- name: Build page
run: |
npm ci
Expand Down

0 comments on commit db06edf

Please sign in to comment.