@@ -143,7 +143,7 @@ jobs:
143143 GATSBY_FEDS_PRIVACY_ID : ${{ secrets.AIO_FEDS_PRIVACY_ID }}
144144
145145 - name : Deploy
146- uses : icaraps /static-website-deploy@master
146+ uses : AdobeDocs /static-website-deploy@master
147147 with :
148148 enabled-static-website : ' true'
149149 source : ' public'
@@ -155,7 +155,7 @@ jobs:
155155 run : sleep 60s
156156 shell : bash
157157 - name : Purge Fastly Cache
158- uses : icaraps /gatsby-fastly-purge-action@master
158+ uses : AdobeDocs /gatsby-fastly-purge-action@master
159159 with :
160160 fastly-token : ${{ secrets.AIO_FASTLY_TOKEN }}
161161 fastly-url : ' ${{ secrets.AIO_FASTLY_DEV_URL}}${{ needs.set-state.outputs.path_prefix }}'
@@ -250,7 +250,7 @@ jobs:
250250 GATSBY_ALGOLIA_SEARCH_INDEX : ${{ secrets.AIO_ALGOLIA_SEARCH_INDEX }}
251251 GATSBY_FEDS_PRIVACY_ID : ${{ secrets.AIO_FEDS_PRIVACY_ID }}
252252 - name : Deploy
253- uses : icaraps /static-website-deploy@master
253+ uses : AdobeDocs /static-website-deploy@master
254254 with :
255255 enabled-static-website : ' true'
256256 source : ' public'
@@ -262,7 +262,7 @@ jobs:
262262 run : sleep 60s
263263 shell : bash
264264 - name : Purge Fastly Cache
265- uses : icaraps /gatsby-fastly-purge-action@master
265+ uses : AdobeDocs /gatsby-fastly-purge-action@master
266266 with :
267267 fastly-token : ${{ secrets.AIO_FASTLY_TOKEN }}
268268 fastly-url : ' ${{ secrets.AIO_FASTLY_PROD_URL }}${{ needs.set-state.outputs.path_prefix }}'
0 commit comments