Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

Merge remote-tracking branch 'origin/feature/threads-and-more' into n… #77

Merge remote-tracking branch 'origin/feature/threads-and-more' into n…

Merge remote-tracking branch 'origin/feature/threads-and-more' into n… #77

Workflow file for this run

name: Deploy
on: push
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: read
deployments: write
steps:
- name: Cloudflare Pages deployment
uses: WalshyDev/cf-pages-await@v1
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
accountId: '9ddae624c98677d68d93df6e524a6061'
project: 'knossos'
githubToken: ${{ secrets.GITHUB_TOKEN }}
commitHash: ${{ steps.push-changes.outputs.commit-hash }}