adjsut fetch depth in jekyll.yml #448
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: Spellcheck Action | |
on: | |
# Runs on pushes | |
push: | |
# Allows you to run this workflow manually from the Actions tab | |
workflow_dispatch: | |
jobs: | |
build: | |
name: Spellcheck | |
runs-on: ubuntu-latest | |
steps: | |
# The checkout step | |
- uses: actions/checkout@v4 | |
- uses: rojopolis/spellcheck-github-actions@v0 | |
name: Spellcheck | |
with: | |
config_path: .github/workflows/spellcheck_config.yml |