Trying more auto deploy

This commit is contained in:
hydroflame 2022-10-22 00:35:12 -04:00 committed by GitHub
parent 317c3c3fc4
commit 1c9d97fe35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -80,17 +80,9 @@ jobs:
uses: actions/checkout@v3
- name: Setup Pages
uses: actions/configure-pages@v2
- uses: actions/upload-artifact@v3
if: ${{ github.event.inputs.buildApp == 'true' }}
- uses: actions/download-artifact@v3
with:
name: app
path: |
dist/main.bundle.js
dist/main.bundle.js.map
dist/vendor.bundle.js
dist/vendor.bundle.js.map
index.html
expire-on: never
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1