Skip to content

Commit

Permalink
Merge pull request #10 from raendev/fix/build-examples-version
Browse files Browse the repository at this point in the history
fix: need [email protected], not v0.0.3
  • Loading branch information
chadoh authored Jul 13, 2022
2 parents d21ff48 + 15dfa4a commit aa98b47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ 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
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages # The branch the action should deploy to.
folder: book # The folder the action should deploy.
folder: book # The folder the action should deploy.
4 changes: 2 additions & 2 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
source-dir: ./book

0 comments on commit aa98b47

Please sign in to comment.