Skip to content

feat: update selection color #37

feat: update selection color

feat: update selection color #37

Workflow file for this run

on:
push:
branches:
- trunk
name: Build and deploy GH Pages
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/[email protected]
- name: set git safe dir
run: git config --global --add safe.directory '*'
- name: build_and_deploy
uses: shalzz/[email protected]
env:
PAGES_BRANCH: gh-pages
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}