diff --git a/.github/workflows/bundle.yml b/.github/workflows/bundle.yml index f10ff70..54e6382 100644 --- a/.github/workflows/bundle.yml +++ b/.github/workflows/bundle.yml @@ -2,8 +2,6 @@ name: Bundle & Release on: push: - branches: [ main ] - pull_request: branches: [ main ] jobs: @@ -31,4 +29,9 @@ jobs: automatic_release_tag: "latest" prerelease: true title: "Latest Build" - files: VaultUI.tar \ No newline at end of file + files: VaultUI.tar + + - uses: "JamesIves/github-pages-deploy-action@latest" + with: + branch: gh-pages + folder: build