Skip to content

Commit

Permalink
Fix issue with environment variables in deploy (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
athackst committed Jun 15, 2021
1 parent d722fbf commit 603a936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/deploy.sh
@@ -1,6 +1,6 @@
#!/bin/bash

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

git config --global user.name "${GITHUB_ACTOR}"
Expand Down

0 comments on commit 603a936

Please sign in to comment.