mirror of
https://github.com/gosticks/octoprint-open-api.git
synced 2025-10-16 11:45:38 +00:00
update github actions
This commit is contained in:
parent
bcc1586158
commit
d3a006e876
3
.github/workflows/build-docs.yaml
vendored
3
.github/workflows/build-docs.yaml
vendored
@ -22,10 +22,11 @@ jobs:
|
|||||||
run: npm ci
|
run: npm ci
|
||||||
- run: npm test
|
- run: npm test
|
||||||
- run: npm build
|
- run: npm build
|
||||||
|
- run: npm build-docs
|
||||||
- name: Deploy Docs 🚀
|
- name: Deploy Docs 🚀
|
||||||
uses: JamesIves/github-pages-deploy-action@3.7.1
|
uses: JamesIves/github-pages-deploy-action@3.7.1
|
||||||
with:
|
with:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
BRANCH: gh-pages # The branch the action should deploy to.
|
BRANCH: gh-pages # The branch the action should deploy to.
|
||||||
FOLDER: dist # The folder the action should deploy.
|
FOLDER: docs # The folder the action should deploy.
|
||||||
CLEAN: true # Automatically remove deleted files from the deploy branch
|
CLEAN: true # Automatically remove deleted files from the deploy branch
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user