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.
2 parents 8c38461 + 1acc480 commit ccfc246Copy full SHA for ccfc246
.github/workflows/main.yml
@@ -4,16 +4,16 @@ jobs:
4
deploy:
5
runs-on: ubuntu-latest
6
steps:
7
- - uses: actions/checkout@v3
8
- - uses: actions/setup-node@v3
+ - uses: actions/checkout@v4
+ - uses: actions/setup-node@v4
9
with:
10
node-version: '16'
11
- name: Install dependencies
12
run: npm install
13
- name: Build
14
run: npm run build --base eitbapi-react
15
- name: Deploy pages
16
- uses: crazy-max/ghaction-github-pages@v3
+ uses: crazy-max/ghaction-github-pages@v4
17
if: github.ref == 'refs/heads/main'
18
19
build_dir: build
0 commit comments