Skip to content

Commit 0037a25

Browse files
authored
Update deploy.yml
1 parent 9955622 commit 0037a25

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)