Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Ainevsia/Leetcode-Rust
Browse files Browse the repository at this point in the history
  • Loading branch information
Ainevsia committed Jul 12, 2023
2 parents 3fc97d4 + e89e6b5 commit 5f535ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
- uses: actions/checkout@v2
- name: Install latest mdbook
run: curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.31/mdbook-v0.4.31-x86_64-unknown-linux-musl.tar.gz | tar -xz && echo `pwd` >> $GITHUB_PATH
- run: mdbook build && mdbook test # In case of custom book path: mdbook build path/to/mybook && mdbook test path/to/mybook
- run: cd notes && mdbook build && mdbook test # In case of custom book path: mdbook build path/to/mybook && mdbook test path/to/mybook
- uses: JamesIves/github-pages-deploy-action@4.1.7
with:
branch: gh-pages # The branch the action should deploy to.
folder: book # The folder the action should deploy.
folder: notes/book # The folder the action should deploy.

0 comments on commit 5f535ea

Please sign in to comment.