Skip to content

Commit

Permalink
No job deploy-github-pages, retornando path e add versão dowload com …
Browse files Browse the repository at this point in the history
…a mesma de upload do job anterior
  • Loading branch information
AndressaKarla authored Nov 19, 2024
1 parent 082424e commit 4da94cd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ jobs:
uses: actions/configure-pages@v2

- name: Passo 2 - Baixar report html armazenado no job anterior "postman-api-rest"
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: postman-api-rest-report-html-newman
path: ./reports/postman-api-rest-report-htmlextra-newman.html
path: ./reports

- name: Passo 3 - Armazenar pages
uses: actions/upload-pages-artifact@v1
Expand Down

0 comments on commit 4da94cd

Please sign in to comment.