chore(deps): Bump mkdocs-git-revision-date-localized-plugin from 1.2.5 to 1.2.6 #305
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: Test | |
on: | |
pull_request: | |
types: [opened, synchronize] | |
paths-ignore: | |
- 'docs/**' | |
- '**.md' | |
push: | |
branches: | |
- main | |
paths-ignore: | |
- 'docs/**' | |
- '**.md' | |
workflow_dispatch: | |
jobs: | |
build1: | |
name: Build with no options | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout mkdocs | |
uses: actions/checkout@v4 | |
with: | |
repository: squidfunk/mkdocs-material | |
- name: Checkout action | |
uses: actions/checkout@v4 | |
with: | |
path: .github/actions/mkdocs-builder | |
- name: Run action without options | |
uses: ./.github/actions/mkdocs-builder |