From 86b61f82facbcb9cc5f94a69a03635b316058bf4 Mon Sep 17 00:00:00 2001 From: Nico Wagner Date: Tue, 2 Apr 2024 19:05:33 +0200 Subject: [PATCH] latest --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a302aaa38..48bc603b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -227,12 +227,13 @@ jobs: steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@nightly + - uses: Swatinem/rust-cache@v2 - uses: peaceiris/actions-hugo@v2 with: hugo-version: 'latest' extended: true - run: make docs - - name: gh-pages + - name: deploy uses: peaceiris/actions-gh-pages@v3 if: ${{ github.ref == 'refs/heads/main' }} permissions: