Skip to content

Commit 528cccf

Browse files
committed
Move back to old deploy strategy
1 parent d66c208 commit 528cccf

File tree

4 files changed

+20
-20
lines changed

4 files changed

+20
-20
lines changed

.github/workflows/build-pr.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: Build website PR
22

33
on:
4-
pull_request:
5-
branches:
6-
- "main"
7-
types:
8-
- closed
4+
#pull_request:
5+
# branches:
6+
# - "main"
7+
# types:
8+
# - closed
99

1010
concurrency:
1111
group: "builders"

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: Build website
33
on:
44
workflow_dispatch:
55

6-
push:
7-
branches:
8-
- 'main'
9-
paths:
10-
- './templates/**'
6+
#push:
7+
# branches:
8+
# - 'main'
9+
# paths:
10+
# - './templates/**'
1111

1212
concurrency:
1313
group: "builders"

.github/workflows/pages.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ name: Deploy static content to Pages
33

44
on:
55
# Runs on pushes targeting the default branch
6-
#push:
7-
# branches: ["main"]
6+
push:
7+
branches: ["main"]
88

99
# Allows you to run this workflow manually from the Actions tab
1010
workflow_dispatch:
1111

12-
workflow_run:
13-
workflows:
14-
- Build website
15-
- Build website PR
16-
types:
17-
- completed
12+
#workflow_run:
13+
# workflows:
14+
# - Build website
15+
# - Build website PR
16+
# types:
17+
# - completed
1818

1919
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
2020
permissions:

build.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
# render the templates
2626
template = env.get_template(page)
2727
output = template.render(
28-
version="v0.5.0-beta",
29-
n_supported_devices=73,
28+
version="v0.5.1-beta",
29+
n_supported_devices=81,
3030
)
3131

3232
# write to file

0 commit comments

Comments
 (0)