Remove Push requirement from gen docs (#2277)

* debug

* change flags

* remove push requirement
This commit is contained in:
David Holdeman 2021-02-05 07:54:41 -06:00 committed by GitHub
parent f5605ca2f0
commit 504442e748
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ jobs:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
INTERACTIVE_HTML_BOM_NO_DISPLAY: 'true'
run: |
if [ "${{github.event_name}}" = "push" ] && [ "${{github.ref}}" = "refs/heads/master" ]; then
if [ "${{github.ref}}" = "refs/heads/master" ]; then
echo "::set-env name=RUSEFI_FTP_SERVER::${{secrets.RUSEFI_FTP_SERVER}}";
echo "::set-env name=RUSEFI_DOXYGEN_FTP_USER::${{secrets.RUSEFI_DOXYGEN_FTP_USER}}";
echo "::set-env name=RUSEFI_DOXYGEN_FTP_PASS::${{secrets.RUSEFI_DOXYGEN_FTP_PASS}}";