Skip to content

Commit

Permalink
#27 - Fix docs-publish.yaml workflow syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
anovikov-el committed Aug 20, 2024
1 parent 38e1be1 commit 589ef66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:

- name: Build, validate documentation using MkDocs
run: |
# git config --global --add safe.directory /__w/rmk/rmk
# todo check if it is needed
# git config --global --add safe.directory /__w/rmk/rmk
mkdocs build --verbose --clean --strict
rm -r site/
Expand Down

0 comments on commit 589ef66

Please sign in to comment.