Bump krABMaga to 0.5.0 #97
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Sync site | |
on: | |
pull_request: | |
types: | |
- closed | |
branches: | |
- main | |
paths-ignore: | |
- '**.md' | |
- '**.gif' | |
workflow_dispatch: | |
inputs: | |
logLevel: | |
description: 'Log level' | |
required: true | |
default: 'warning' | |
tags: | |
description: 'Manual update of site' | |
jobs: | |
if_merged: | |
if: github.event.pull_request.merged == true && github.event.pull_request.head.repo.full_name == github.repository | |
runs-on: ubuntu-latest | |
steps: | |
- name: Dispatch event | |
uses: peter-evans/repository-dispatch@v2 | |
with: | |
token: ${{ secrets.SITE_REPO_ACCESS_TOKEN }} | |
repository: krABMaga/krABMaga.github.io | |
event-type: updated |