add publish docs action #3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |