Skip to content

Commit 2b32408

Browse files
authored
Create pages.yml
1 parent 01530c0 commit 2b32408

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.github/workflows/pages.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Publish notes
2+
3+
on:
4+
push:
5+
branches: [ main ]
6+
7+
permissions:
8+
contents: write
9+
10+
jobs:
11+
deploy:
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: actions/checkout@v4
15+
16+
- uses: actions/setup-python@v5
17+
with:
18+
python-version: '3.x'
19+
20+
- run: pip install mkdocs-material
21+
22+
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)