Skip to content

Commit

Permalink
one last try for today
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoGranstrom committed Nov 20, 2024
1 parent 1a9d0cf commit aaed7a5
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/netlify_deploy_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,18 @@ jobs:
description: Deploying site to Netlify. Please wait...
state: pending
- run: rm -rf docs
# - name: 'Download artifacts'
# uses: actions/download-artifact@v4
# with:
# name: "build-${{ steps.source-run-info.outputs.sourceHeadSha }}"
# path: docs/
- name: 'Download artifacts'
uses: actions/download-artifact@v4
uses: dawidd6/action-download-artifact@v2
with:
name: "build-${{ steps.source-run-info.outputs.sourceHeadSha }}"
path: docs/
github_token: ${{secrets.GITHUB_TOKEN}}
workflow: netlify_build_docs.yml # Name of the workflow that created the artifact
name: "build-${{ steps.source-run-info.outputs.sourceHeadSha }}" # Name of the artifact
path: docs/ # Optional path to extract to
# - name: 'Download artifact'
# uses: actions/[email protected]
# with:
Expand Down

0 comments on commit aaed7a5

Please sign in to comment.