Skip to content

Commit

Permalink
add publish docs action
Browse files Browse the repository at this point in the history
  • Loading branch information
qdriven committed Jul 3, 2024
1 parent 1aff68e commit e465dec
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
steps:
- uses: actions/checkout@v4
- name: Setup PDM
uses: pdm-project/setup-pdm@v4
# You are now able to use PDM in your workflow
- name: Install dependencies
run: pdm install
- name: publish docs
run: pdm docs-deploy

0 comments on commit e465dec

Please sign in to comment.