Skip to content

Commit 5e2e04b

Browse files
committed
if i dont push this now i will never
1 parent c950a2d commit 5e2e04b

30 files changed

Lines changed: 1938 additions & 34 deletions

.github/workflows/docs.yml

Lines changed: 12 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
name: Documentation
2-
32
on:
43
push:
54
branches:
@@ -10,35 +9,22 @@ permissions:
109
contents: read
1110
pages: write
1211
id-token: write
13-
14-
concurrency:
15-
group: "pages"
16-
cancel-in-progress: true
17-
1812
jobs:
19-
build:
20-
runs-on: ubuntu-latest
21-
steps:
22-
- uses: actions/checkout@v4
23-
- uses: actions/setup-python@v5
24-
with:
25-
python-version: "3.x"
26-
- name: Install Zensical
27-
run: pip install zensical
28-
- name: Build docs
29-
run: zensical build --clean
30-
- name: Upload artifact
31-
uses: actions/upload-pages-artifact@v3
32-
with:
33-
path: ./site
34-
3513
deploy:
3614
environment:
3715
name: github-pages
3816
url: ${{ steps.deployment.outputs.page_url }}
3917
runs-on: ubuntu-latest
40-
needs: build
4118
steps:
42-
- name: Deploy to GitHub Pages
43-
id: deployment
44-
uses: actions/deploy-pages@v4
19+
- uses: actions/configure-pages@v5
20+
- uses: actions/checkout@v5
21+
- uses: actions/setup-python@v5
22+
with:
23+
python-version: 3.x
24+
- run: pip install zensical
25+
- run: zensical build --clean
26+
- uses: actions/upload-pages-artifact@v4
27+
with:
28+
path: site
29+
- uses: actions/deploy-pages@v4
30+
id: deployment

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
site/
33
__pycache__/
44
*.pyc
5+
port/
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)