From a144e04d70e5a699b2c3370b9199407e78cf2e1f Mon Sep 17 00:00:00 2001 From: griccardos <30464685+griccardos@users.noreply.github.com> Date: Sun, 11 Aug 2024 21:38:26 +0200 Subject: [PATCH] Update jekyll-gh-pages.yml --- .github/workflows/jekyll-gh-pages.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/jekyll-gh-pages.yml b/.github/workflows/jekyll-gh-pages.yml index f4a9d82..9a8e888 100644 --- a/.github/workflows/jekyll-gh-pages.yml +++ b/.github/workflows/jekyll-gh-pages.yml @@ -33,8 +33,6 @@ jobs: cargo install wasm-bindgen-cli wasm-pack wasm-pack build --target web --out-dir build cp html/index.html build/ - - name: Checkout - uses: actions/checkout@v4 - name: Build with Jekyll uses: actions/jekyll-build-pages@v1 with: