Skip to content

Commit

Permalink
ci: fix documentation deploy (#511)
Browse files Browse the repository at this point in the history
* ci: fix deploy

* ci: run on additiona branch

* ci: remove test brnaches
  • Loading branch information
pure-js committed Aug 22, 2023
1 parent b362897 commit ddf57ab
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy Release Build to GitHub pages
name: Deploy Documentation Build to GitHub pages

on:
push:
Expand Down Expand Up @@ -28,6 +28,10 @@ jobs:
run: pnpm install
- name: Generate Documentation
run: pnpm run doc
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
path: 'docs/'

deploy:
# Add a dependency to the build job
Expand Down

0 comments on commit ddf57ab

Please sign in to comment.