Skip to content

Commit

Permalink
move deploy to a different workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
honzajavorek committed Sep 2, 2024
1 parent 6f19565 commit 998cf83
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: build
on:
push:
pull_request:
schedule:
- cron: "0 4 * * *"

jobs:
build:
Expand All @@ -29,11 +27,3 @@ jobs:

- name: Build
run: poetry run mkdocs build

- if: ${{ github.ref == 'refs/heads/main' }}
name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./site
cname: python.cz

0 comments on commit 998cf83

Please sign in to comment.