Skip to content

Commit

Permalink
Merge pull request #1439 from cewert/fix-ghpages
Browse files Browse the repository at this point in the history
  • Loading branch information
cewert authored Oct 27, 2023
2 parents a9d7f8c + 5c2ab5e commit ac5395c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-api-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
name: deploy-api-docs

on:
# Runs on pushes targeting the default branch
push:
branches: ["unstable"]
paths: ["docs/**"] # only run if the docs are updated

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
uses: actions/upload-pages-artifact@a753861a5debcf57bf8b404356158c8e1e33150c # v2
with:
# Only upload the api docs folder
path: "docs/api/*"
path: "docs/api"
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@9dbe3824824f8a1377b8e298bafde1a50ede43e5 # v2

0 comments on commit ac5395c

Please sign in to comment.