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

View File

@ -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