Skip to content

Commit

Permalink
Adding downloader from other workflows (#1701)
Browse files Browse the repository at this point in the history
Adding downloader from other workflow
  • Loading branch information
germa89 authored Dec 15, 2022
1 parent 1e28b80 commit e241fe0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/dev-docs-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ jobs:
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
steps:
- name: Download artifact
id: download-artifact
uses: dawidd6/action-download-artifact@v2
with:
name: documentation-html

- name: Deploy the latest documentation
uses: pyansys/actions/doc-deploy-dev@v2
with:
Expand Down

0 comments on commit e241fe0

Please sign in to comment.