Skip to content

Commit

Permalink
wip: πŸ”• temporary commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tarampampam committed Aug 30, 2023
1 parent 4b4851d commit ab0c5b3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/update-index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: update-index
on:
workflow_dispatch: {}
push:
branches: [master, main]
#branches: [master, main] # TODO: uncomment
paths: [index/**, .github/workflows/update-index.yml]

concurrency:
Expand All @@ -17,11 +17,14 @@ jobs:
steps:
- uses: actions/checkout@v3

- run: ./build.sh
working-directory: index

- uses: cloudflare/pages-action@1
with:
apiToken: ${{ secrets.CLOUDFLARE_PAGES_DEPLOY_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
projectName: index-tarampamp-am
directory: ./index
directory: ./index/public
branch: main # aka CF "production" environment
gitHubToken: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ab0c5b3

Please sign in to comment.