commit | 5f74c8ac87094aa5c2dbadb1d8741d88a86fca90 | [log] [tgz] |
---|---|---|
author | christophe dervieux <christophe.dervieux@gmail.com> | Wed Sep 15 15:45:25 2021 +0200 |
committer | christophe dervieux <christophe.dervieux@gmail.com> | Wed Sep 15 15:45:25 2021 +0200 |
tree | e5c223deadf2b84d5b786cf1a75414c41ab56716 | |
parent | 7f1add5cf260b8261ecc7aa4dd026ce7ab257a05 [diff] |
Correct syntax for GHA worklow
diff --git a/.github/workflows/pkgdown.yaml b/.github/workflows/pkgdown.yaml index c23da9f..a573152 100644 --- a/.github/workflows/pkgdown.yaml +++ b/.github/workflows/pkgdown.yaml
@@ -40,7 +40,7 @@ shell: Rscript {0} - name: Deploy to Netlify - if: false() # TODO: setup netlify + if: ${{ false }} # TODO: setup netlify id: netlify-deploy uses: nwtgck/actions-netlify@v1.1 with: