diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1856ad2..8599158 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -30,6 +30,12 @@ jobs: url: ${{ steps.deployment.outputs.page_url }} runs-on: ubuntu-latest steps: + # Download artifact from other workflow + - name: Download artifact + uses: dawidd6/action-download-artifact@v2 + with: + workflow: build.yml + path: "github-pages" - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v1