diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ef790a7c..5831dcf6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -143,7 +143,7 @@ jobs: GATSBY_FEDS_PRIVACY_ID: ${{ secrets.AIO_FEDS_PRIVACY_ID }} - name: Deploy - uses: icaraps/static-website-deploy@master + uses: AdobeDocs/static-website-deploy@master with: enabled-static-website: 'true' source: 'public' @@ -250,7 +250,7 @@ jobs: GATSBY_ALGOLIA_INDEX_ENV_PREFIX: ${{ secrets.AIO_ALGOLIA_INDEX_ENV_PREFIX }} GATSBY_FEDS_PRIVACY_ID: ${{ secrets.AIO_FEDS_PRIVACY_ID }} - name: Deploy - uses: icaraps/static-website-deploy@master + uses: AdobeDocs/static-website-deploy@master with: enabled-static-website: 'true' source: 'public' @@ -265,4 +265,4 @@ jobs: uses: icaraps/gatsby-fastly-purge-action@master with: fastly-token: ${{ secrets.AIO_FASTLY_TOKEN }} - fastly-url: '${{ secrets.AIO_FASTLY_PROD_URL }}${{ needs.set-state.outputs.path_prefix }}' \ No newline at end of file + fastly-url: '${{ secrets.AIO_FASTLY_PROD_URL }}${{ needs.set-state.outputs.path_prefix }}'