Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
DetachHead committed Sep 30, 2024
1 parent ff30234 commit 27162a2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ jobs:
run: ./pw pdm install --no-self
- name: validate docs
run: ./pw pdm run mkdocs build --strict

#DONT MERGE
- name: deploy test
run: ./pw pdm run mike deploy --push --update-aliases asdf

- name: deploy dev docs
if: github.ref == 'refs/heads/main'
run: ./pw pdm run mike deploy --push --update-aliases dev
Expand Down

0 comments on commit 27162a2

Please sign in to comment.