Skip to content

chore(ci): Update GH token #3

chore(ci): Update GH token

chore(ci): Update GH token #3

Workflow file for this run

name: Couscous
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: CouscousPHP/GitHub-Action@v1
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GH_TOKEN }}
publish_dir: ./.couscous/generated