Skip to content

Commit

Permalink
fix: fix docs build workflow
Browse files Browse the repository at this point in the history
+ some naming changes
  • Loading branch information
kvanzuijlen authored Apr 6, 2024
1 parent e42c176 commit 2c1b2cb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml → .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Create release
name: CI

on:
workflow_dispatch:
Expand Down Expand Up @@ -115,6 +115,8 @@ jobs:
restore-keys: |
mkdocs-material-
- run: poetry install --no-interaction
- name: Fetch gh-pages remote changes (if any)
run: git fetch origin gh-pages --depth=1
- name: Deploy main docs
if: ${{ github.event_name == 'push' && github.event.ref == 'refs/heads/main' }}
run: poetry run mike deploy --push main
Expand Down

0 comments on commit 2c1b2cb

Please sign in to comment.