Skip to content

Commit

Permalink
Update share preview workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
saltict committed Oct 20, 2023
1 parent e4dbc56 commit 36cde9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/update-share-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
ref: ${{ github.event.inputs.branch }}
fetch-depth: 0
token: ${{ secrets.GH_AUTOMATION_TOKEN }}
- name: Update data
- name: Update preview pages
env:
STRAPI_TOKEN: ${{ secrets.STRAPI_TOKEN }}
run: |
yarn install --immutable | grep -v 'YN0013'
yarn update-data ${{ github.event.inputs.folder }}
yarn build
- name: Deploy to Cloudflare Pages
id: cloudflare_deployment
uses: cloudflare/pages-action@v1
Expand Down

0 comments on commit 36cde9e

Please sign in to comment.