Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e465dec

Browse files
committedJul 3, 2024
add publish docs action
1 parent 1aff68e commit e465dec

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
 

‎.github/workflows/publish.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
steps:
2+
- uses: actions/checkout@v4
3+
- name: Setup PDM
4+
uses: pdm-project/setup-pdm@v4
5+
# You are now able to use PDM in your workflow
6+
- name: Install dependencies
7+
run: pdm install
8+
- name: publish docs
9+
run: pdm docs-deploy

0 commit comments

Comments
 (0)
Please sign in to comment.