diff --git a/.github/workflows/deploy-website.yaml b/.github/workflows/deploy-website.yaml index 7ab44cea79..dfe87df1d4 100644 --- a/.github/workflows/deploy-website.yaml +++ b/.github/workflows/deploy-website.yaml @@ -18,7 +18,7 @@ jobs: working-directory: ./website bundler-cache: true - name: Configure Github Pages - uses: actions/configure-pages@v2.1.2 + uses: actions/configure-pages@v2.1.3 - name: Generate documentation run: ./generate-docs.sh - name: Build website with Jekyll