There was an error while loading. Please reload this page.
1 parent 68df002 commit 1569509Copy full SHA for 1569509
1 file changed
.github/workflows/docs.yml
@@ -6,15 +6,6 @@ on:
6
- main
7
workflow_dispatch:
8
9
-permissions:
10
- contents: read
11
- pages: write
12
- id-token: write
13
-
14
-concurrency:
15
- group: "pages"
16
- cancel-in-progress: false
17
18
jobs:
19
build:
20
runs-on: ubuntu-latest
@@ -34,19 +25,3 @@ jobs:
34
25
35
26
- name: Build docs
36
27
run: python -m mkdocs build --strict
37
38
- - name: Upload Pages artifact
39
- uses: actions/upload-pages-artifact@v3
40
- with:
41
- path: site
42
43
- deploy:
44
- needs: build
45
- runs-on: ubuntu-latest
46
- environment:
47
- name: github-pages
48
- url: ${{ steps.deployment.outputs.page_url }}
49
- steps:
50
- - name: Deploy to GitHub Pages
51
- id: deployment
52
- uses: actions/deploy-pages@v4
0 commit comments