Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aurexav committed Feb 8, 2023
1 parent 877cd5f commit 0557fd8
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 36 deletions.
68 changes: 34 additions & 34 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
name: Pages

on:
push:
branches:
- main
pull_request:
branches:
- main

env:
CARGO_TERM_COLOR: always

jobs:
deploy:
name: Deploy pages
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- name: Fetch latest code
uses: actions/checkout@v3
- name: Setup mdBook
uses: peaceiris/actions-mdbook@v1
with:
mdbook-version: "latest"
- name: Build pages
run: mdbook build doc
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/main' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: doc/book
# name: Pages
#
# on:
# push:
# branches:
# - main
# pull_request:
# branches:
# - main
#
# env:
# CARGO_TERM_COLOR: always
#
# jobs:
# deploy:
# name: Deploy pages
# runs-on: ubuntu-latest
# concurrency:
# group: ${{ github.workflow }}-${{ github.ref }}
# steps:
# - name: Fetch latest code
# uses: actions/checkout@v3
# - name: Setup mdBook
# uses: peaceiris/actions-mdbook@v1
# with:
# mdbook-version: "latest"
# - name: Build pages
# run: mdbook build doc
# - name: Deploy
# uses: peaceiris/actions-gh-pages@v3
# if: ${{ github.ref == 'refs/heads/main' }}
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# publish_dir: doc/book
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "GPL-3.0"
name = "cargo-all"
readme = "README.md"
repository = "https://github.com/hack-ink/cargo-all"
version = "0.2.0"
version = "0.2.1"

[build-dependencies]
vergen = { version = "7.5.0" }
Expand Down

0 comments on commit 0557fd8

Please sign in to comment.