Skip to content

fix(deps): update dependency sanitize-html to ^2.11.0 #108

fix(deps): update dependency sanitize-html to ^2.11.0

fix(deps): update dependency sanitize-html to ^2.11.0 #108

Workflow file for this run

name: cloudflare-pages
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '18' ]
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v3.5.3
- uses: actions/setup-node@v3.6.0
with:
node-version: ${{ matrix.node }}
cache: 'yarn'
- run: yarn install
- run: yarn css
- run: yarn build
- name: Deploy
uses: cloudflare/wrangler-action@2.0.0
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
accountId: ${{ secrets.CF_ACCOUNT_ID }}
command: pages publish dist --branch production --project-name=hashtag --commit-dirty=true