Skip to content

Commit 998cf83

Browse files
committed
move deploy to a different workflow
1 parent 6f19565 commit 998cf83

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: build
33
on:
44
push:
55
pull_request:
6-
schedule:
7-
- cron: "0 4 * * *"
86

97
jobs:
108
build:
@@ -29,11 +27,3 @@ jobs:
2927

3028
- name: Build
3129
run: poetry run mkdocs build
32-
33-
- if: ${{ github.ref == 'refs/heads/main' }}
34-
name: Deploy to GitHub Pages
35-
uses: peaceiris/actions-gh-pages@v3
36-
with:
37-
github_token: ${{ secrets.GITHUB_TOKEN }}
38-
publish_dir: ./site
39-
cname: python.cz

0 commit comments

Comments
 (0)