-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove Jekyll and add 404 fallback in workflow (#2)
* Remove Jekyll and add 404 fallback in workflow * Fix .nojekyll path
- Loading branch information
Leonard
authored
Oct 12, 2023
1 parent
5fed6f5
commit 0d9d874
Showing
2 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,10 +25,18 @@ jobs: | |
target: wasm32-unknown-unknown | ||
- uses: cargo-bins/cargo-binstall@main | ||
- uses: Swatinem/rust-cache@v1 | ||
|
||
- name: Install CLI | ||
run: cargo binstall --no-confirm dioxus-cli --locked --force | ||
|
||
- name: Build | ||
run: dx build --release | ||
|
||
- name: Add .nojekyll and fallback 404 | ||
run: | | ||
touch dist/.nojekyll | ||
cp dist/index.html dist/404.html | ||
- name: Deploy 🚀 | ||
uses: JamesIves/[email protected] | ||
with: | ||
|
This file was deleted.
Oops, something went wrong.