Skip to content

docs: πŸ“ update README and HTML for clarity and consistency #2

docs: πŸ“ update README and HTML for clarity and consistency

docs: πŸ“ update README and HTML for clarity and consistency #2

Workflow file for this run

name: Web
on:
push:
branches:
- main
paths:
- 'web/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Publish to Cloudflare Pages
uses: cloudflare/pages-action@v1
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: fbe814d4a37d3d3d7fcfeec0ab929ff6
projectName: datadex
directory: web
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
branch: main