No se pueden usar artefactos aun
All checks were successful
CD for startPage / build (push) Successful in 8s
CD for startPage / deploy (push) Successful in 8s

This commit is contained in:
2023-07-01 01:14:23 -04:00
parent 0fc0007902
commit 6822ba80d0

View File

@@ -14,21 +14,14 @@ jobs:
- name: Run build step
run: ./build.sh
- name: Store build artifact
uses: https://github.com/actions/upload-artifact@v3
with:
name: build
path: public/
deploy:
needs: build
runs-on: ubuntu-latest
steps:
- name: Download build artifact
uses: https://github.com/actions/download-artifact@v3
with:
name: build
- uses: actions/checkout@v3
- name: Run build step
run: ./build.sh
- name: Display structure of downloaded files
run: ls -R