Skip to content

Support optionally hiding the My Transactions button #4

Support optionally hiding the My Transactions button

Support optionally hiding the My Transactions button #4

name: Deploy Features
on:
push:
branches:
- development
paths:
- 'features/**'
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
submodules: recursive
- name: Publish to Cloudflare Pages
uses: cloudflare/pages-action@v1
with:
apiToken: ${{ secrets.CLOUDFLARE_TOKEN }}
# update
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
# update
projectName: ${{ secrets.CLOUDFLARE_FEATURES_PROJECT_NAME }}
directory: .
# to enable Github Deployments
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
branch: main
workingDirectory: features