We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b86d57 commit 8ebccd7Copy full SHA for 8ebccd7
1 file changed
.github/workflows/static.yml
@@ -1,39 +1,6 @@
1
# .github/workflows/static.yml
2
name: Deploy to GitHub Pages
3
4
-on:
5
- push:
6
- branches: [main]
7
- workflow_dispatch:
8
-
9
-permissions:
10
- contents: write
11
12
-jobs:
13
- build_and_deploy:
14
- runs-on: ubuntu-latest
15
- steps:
16
- - name: Checkout repo
17
- uses: actions/checkout@v4
18
19
- - name: Setup Node.js
20
- uses: actions/setup-node@v4
21
- with:
22
- node-version: 20
23
24
- - name: Run build script
25
- run: |
26
- chmod +x Build/Buildscripts/build.sh
27
- ./Build/Buildscripts/build.sh
28
29
- - name: Deploy to GitHub Pages
30
- uses: JamesIves/github-pages-deploy-action@v4
31
32
- branch: gh-pages
33
- folder: Build/dist
34
-# .github/workflows/static.yml
35
-name: Deploy to GitHub Pages
36
37
on:
38
push:
39
branches: [main]
0 commit comments