Skip to content

Commit e465dec

Browse files
committed
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

+9
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)