From bc12905579dbab45785938da91b803359dfd628c Mon Sep 17 00:00:00 2001 From: Thiago Machado Date: Thu, 29 Feb 2024 06:03:27 +0000 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7804f96..42d3599 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,6 +19,8 @@ jobs: # permissions: # contents: write steps: + - uses: actions/checkout@v2 + # rust compiler for creating binaries - name: Install latest nightly (for wasm) uses: actions-rs/toolchain@v1 @@ -66,4 +68,4 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} publish_branch: gh-pages publish_dir: ./publish - keep_files: false \ No newline at end of file + keep_files: false