Skip to content

Commit

Permalink
Update deploy_living_docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasdepetrisd authored Mar 18, 2024
1 parent 084dbc8 commit 4975e91
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/deploy_living_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,18 @@ jobs:
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v4
# - name: Upload artifact
# uses: actions/upload-pages-artifact@v3
# with:
# path: ./docs
- name: Download artifact
uses: dawidd6/[email protected]
with:
name: Specflow Test Results
workflow: release_webapi-tienda.yml
workflow_conclusion: success
path: ./docs
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
name: Specflow Test Results
path: ./docs
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
Expand Down

0 comments on commit 4975e91

Please sign in to comment.