Skip to content

Commit

Permalink
Fix docker action fatal: unsafe repository (/github/workspace is owne…
Browse files Browse the repository at this point in the history
…d by someone else)
  • Loading branch information
athackst committed Apr 27, 2022
1 parent d4f647b commit bfcd7e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/deploy.sh
@@ -1,5 +1,7 @@
#!/bin/bash

git config --global --add safe.directory /github/workspace

mkdocs_simple_gen --config-file ${INPUT_CONFIG:-'mkdocs.yml'}
mkdocs build

Expand Down

0 comments on commit bfcd7e9

Please sign in to comment.