Skip to content

Splash Page - Remove variable banner.title (#7) #8

Splash Page - Remove variable banner.title (#7)

Splash Page - Remove variable banner.title (#7) #8

Workflow file for this run

name: Deploy
on:
push:
paths:
- 'book/**'
- '{{ cookiecutter.repo_directory }}/**'
- 'scripts/**'
- '.github/workflows/deploy.yaml'
- '.github/actions/**'
- 'cookiecutter.yaml'
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-20.04
steps:
- name: Checkout repository
uses: actions/checkout@v3
- uses: ./.github/actions/buildresources
with:
jb-cache: false
publish-to-gh: true
jb-save: true
token: ${{ secrets.GH_PAT }}