From: Thibault Godouet Date: Wed, 30 Aug 2023 14:35:10 +0000 (+0100) Subject: Fix syntax error in workflow. X-Git-Tag: ver3_3_2~12^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=203f6f68131719ae12462072fcdc13714a68ba5f;p=thirdparty%2Ffcron.git Fix syntax error in workflow. --- diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index e3c0388..f83bab2 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -43,7 +43,7 @@ jobs: steps: - name: Deploy GitHub Pages site uses: actions/deploy-pages@v1.2.9 - with: + #with: # Should this action only emit build telemetry instead of deploying the build artifact? #emit_telemetry: # optional, default is false # The status of the previous build.