From 15dfa4a2c09ad4c63a11abbc8374ea151235ba85 Mon Sep 17 00:00:00 2001 From: Chad Ostrowski <221614+chadoh@users.noreply.github.com> Date: Wed, 13 Jul 2022 09:45:08 -0400 Subject: [PATCH] fix: need examples@v0.0.4, not v0.0.3 --- .github/workflows/deploy.yml | 4 ++-- .github/workflows/preview.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3478a9b..2b59646 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,7 +18,7 @@ jobs: persist-credentials: false - name: Build run: | - git clone --branch v0.0.3 https://github.com/raendev/examples.git --recursive + git clone --branch v0.0.4 https://github.com/raendev/examples.git --recursive mkdir bin curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.18/mdbook-v0.4.18-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=bin ./bin/mdbook build @@ -26,4 +26,4 @@ jobs: uses: JamesIves/github-pages-deploy-action@v4.3.3 with: branch: gh-pages # The branch the action should deploy to. - folder: book # The folder the action should deploy. \ No newline at end of file + folder: book # The folder the action should deploy. diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 5defaf2..7beecd7 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -23,11 +23,11 @@ jobs: persist-credentials: false - name: Install and Build run: | - git clone --depth 1 --branch v0.0.3 https://github.com/raendev/examples.git --recursive + git clone --depth 1 --branch v0.0.4 https://github.com/raendev/examples.git --recursive mkdir bin curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.18/mdbook-v0.4.18-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=bin ./bin/mdbook build - name: Deploy preview uses: rossjrw/pr-preview-action@v1 with: - source-dir: ./book \ No newline at end of file + source-dir: ./book