Skip to content

Commit

Permalink
fix yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ceceppa committed Sep 5, 2024
1 parent 03976fe commit 54f94c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: "anima doc"
on: push

jobs:
build-docusaurus:
name: Build Docusaurus
build-documentation:
name: Build documentation
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -13,7 +13,7 @@ jobs:
with:
hugo-version: "0.126.0"
- name: Build
path: ./docs
working-directory: ./docs
run: hugo --minify
- name: Checkout Docs repo
uses: actions/checkout@v3
Expand Down

0 comments on commit 54f94c4

Please sign in to comment.