Skip to content

Commit

Permalink
Bump version to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kgv committed Dec 24, 2024
1 parent ca5bed7 commit ed919c5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,15 @@ jobs:
# relatively as eframe_template/favicon.ico. if we skip public-url option, the href paths will instead request username.github.io/favicon.ico which
# will obviously return error 404 not found.
env:
public_url: "https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}"
public_url: "https://${{ github.repository_owner }}.github.io/amal"
run: ./trunk build --release --filehash=false --public-url=$public_url
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: dist
# this option will not maintain any history of your previous pages deployment
# set to false if you want all page build to be committed to your gh-pages branch history
repository-name: ${{ github.repository_owner }}/amal
single-commit: true
# ⚠️ Repository permissions:
# Contents: Read and write
# Pages: Read and write
token: ${{ secrets.DEPLOY }}
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.76.0
toolchain: nightly
target: wasm32-unknown-unknown
override: true
- name: Download and install Trunk binary
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,6 +1,6 @@
[package]
name = "amal"
version = "0.1.0"
version = "0.0.2"
edition = "2024"
rust-version = "1.85"

Expand Down

0 comments on commit ed919c5

Please sign in to comment.