Skip to content

Bug fix: undefined foreground color for non-current months with events #1126

Bug fix: undefined foreground color for non-current months with events

Bug fix: undefined foreground color for non-current months with events #1126

Workflow file for this run

name: Build Hook Docs
on:
push:
branches:
- master
jobs:
hookdocs:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- name: Use Node.js 14
uses: actions/setup-node@v3
with:
node-version-vile: '.nvmrc'
- name: npm install, and build docs
run: |
npm install
npm run build:docs
- name: Deploy to GH Pages
uses: peaceiris/actions-gh-pages@v3
with:
publish_dir: './docs'
github_token: ${{ secrets.GITHUB_TOKEN }}