Skip to content

Merge pull request #71 from ed3ath/dependabot/npm_and_yarn/ip-1.1.9 #29

Merge pull request #71 from ed3ath/dependabot/npm_and_yarn/ip-1.1.9

Merge pull request #71 from ed3ath/dependabot/npm_and_yarn/ip-1.1.9 #29

name: Node.js Build
'on':
workflow_dispatch: {}
push: {}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: '0'
- uses: actions/setup-node@v3
with:
node-version: '16.18.1'
- name: Install Dependencies
run: yarn install
shell: bash
- name: Build
run: yarn build
shell: bash
- name: Publish
uses: cloudflare/pages-action@1
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
projectName: cbtracker
directory: dist/cbtracker
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
branch: main
permissions:
id-token: write
checks: write
contents: read
issues: write
security-events: write
pull-requests: write
deployments: write