We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e46569 commit e4cc5d0Copy full SHA for e4cc5d0
.github/workflows/build.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
9
steps:
10
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
11
- uses: ljharb/actions/node/install@main
12
name: 'nvm install lts/* && npm install'
13
with:
.github/workflows/deploy.yml
@@ -10,13 +10,13 @@ jobs:
14
15
16
17
node-version: lts/*
18
- run: npm run build
19
- - uses: JamesIves/github-pages-deploy-action@v4.3.3
+ - uses: JamesIves/github-pages-deploy-action@v4
20
21
branch: gh-pages
22
folder: build
0 commit comments