Skip to content

wip: πŸ”• temporary commit #4

wip: πŸ”• temporary commit

wip: πŸ”• temporary commit #4

Workflow file for this run

name: update-index
on:
workflow_dispatch: {}
push:
#branches: [master, main] # TODO: uncomment
paths: [index/**, .github/workflows/update-index.yml]
concurrency:
group: ${{ github.ref }}-index
cancel-in-progress: true
jobs:
publish:
name: Publish
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: build.sh
working-directory: index/disk
- uses: cloudflare/pages-action@1
with:
apiToken: ${{ secrets.CLOUDFLARE_PAGES_DEPLOY_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
projectName: index-tarampamp-am
directory: ./index
branch: main # aka CF "production" environment
gitHubToken: ${{ secrets.GITHUB_TOKEN }}