Skip to content

Commit

Permalink
Merge branch 'hotfix/homepage_build'
Browse files Browse the repository at this point in the history
  • Loading branch information
Kilerd committed Nov 18, 2020
2 parents 1374cb5 + f3314b5 commit d7b0032
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-with-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build Release Version
on:
push:
tags:
- v*.*.*
- "*.*.*"

jobs:
release:
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v1
- name: Install less
run: npm install -g less
run: npm install less
- name: Build Homepage
run: cd homepage && cargo run -- build
- name: Deploy site to gh-pages branch
Expand Down
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
@@ -1,7 +1,7 @@
[package]
name = "staple"
description = "powerful static site generator"
version = "0.3.1"
version = "0.3.2"
authors = ["Kilerd Chan <blove694@gmail.com>"]
license = "MIT"
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion homepage/Staple.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ exclusive = [
]

[extra]
version = "0.3.1"
version = "0.3.2"

0 comments on commit d7b0032

Please sign in to comment.