Skip to content

Commit

Permalink
Fixed site workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Dec 10, 2024
1 parent 5dd6613 commit a2382a3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions workdir/site.yaml → .github/workflows/site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,3 @@ jobs:
with:
branch: gh-pages # The branch the action should deploy to.
folder: site/dist # The folder the action should deploy.


2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"launch": "concurrently-repeat \"pnpm tauri dev --no-watch\" $AGENTS",
"launch:pilot": "concurrently-repeat \"hc-pilot workdir/messenger-demo.happ --ui-port 1420\" $AGENTS",
"test": "pnpm build:happ && pnpm -F tests test",
"build:happ": "nix build -L .#messenger_demo_happ.meta.debug -o workdir/messenger-demo.happ",
"build:happ": "nix build -L .#messenger_demo_happ -o workdir/messenger-demo.happ",
"package": "nix build -L .#messenger_demo_happ -o workdir/messenger-demo.happ && pnpm -F ui package && hc web-app pack workdir",
"network:android": "pnpm build:happ && concurrently -k \"UI_PORT=1420 pnpm -F ui start\" \"pnpm tauri dev\" \"pnpm tauri android dev --release\"",
"tauri": "tauri"
Expand Down
2 changes: 1 addition & 1 deletion site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h2 class="area-headline">
<download-installer-button
style="flex-basis: 400px"
windows-url="https://github.com/darksoil-studio/messenger-demo/releases/download/v0.0.1/messenger-demo_0.0.1_x64-setup.exe"
nix-command="nix run github:darksoil-studio/messenger-demo/v0.0.1"
todooonix-command="nix run github:darksoil-studio/messenger-demo/v0.0.1"
macos-intel-url="https://github.com/darksoil-studio/messenger-demo/releases/download/v0.0.1/messenger-demo_x64.app.tar.gz"
macos-silicon-url="https://github.com/darksoil-studio/messenger-demo/releases/download/v0.0.1/messenger-demo_aarch64.app.tar.gz"
linux-url="https://github.com/darksoil-studio/messenger-demo/releases/download/v0.0.1/messenger-demo_0.0.1_amd64.AppImage"
Expand Down

0 comments on commit a2382a3

Please sign in to comment.