Skip to content
This repository was archived by the owner on Dec 3, 2024. It is now read-only.
/ webgm Public archive
forked from luizzeroxis/webgm

Commit 2f948ac

Browse files
authored
I'm starting to regret this
1 parent ac764c8 commit 2f948ac

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

.github/workflows/build_pages.yml

+26-26
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
name: Build and deploy to GitHub Pages
22

33
on:
4-
push:
5-
branches:
6-
- "master"
4+
push:
5+
branches:
6+
- "master"
77

88
jobs:
9-
build:
10-
runs-on: ubuntu-latest
9+
build:
10+
runs-on: ubuntu-latest
1111

12-
permissions:
13-
pages: write
14-
id-token: write
12+
permissions:
13+
pages: write
14+
id-token: write
1515

16-
environment:
17-
name: github-pages
18-
url: ${{ steps.deployment.outputs.page_url }}
16+
environment:
17+
name: github-pages
18+
url: ${{ steps.deployment.outputs.page_url }}
1919

20-
steps:
21-
- uses: actions/checkout@v3
22-
23-
- uses: actions/setup-node@v3
24-
with:
25-
node-version: 18
26-
cache: 'npm'
20+
steps:
21+
- uses: actions/checkout@v3
22+
23+
- uses: actions/setup-node@v3
24+
with:
25+
node-version: 18
26+
cache: 'npm'
2727

28-
- run: |
29-
npm ci
30-
npm run build
28+
- run: |
29+
npm ci
30+
npm run build
3131
32-
- uses: actions/upload-pages-artifact@v1
33-
with:
34-
path: "dist/"
35-
36-
- uses: actions/deploy-pages@v1
32+
- uses: actions/upload-pages-artifact@v1
33+
with:
34+
path: "dist/"
35+
36+
- uses: actions/deploy-pages@v1

0 commit comments

Comments
 (0)