-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIXED THE WASM BINARY TO FALLBACK TO WEBGL
- Loading branch information
Miles Conn
committed
Nov 11, 2024
1 parent
3ae07b2
commit f210746
Showing
6 changed files
with
365 additions
and
286 deletions.
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 |
---|---|---|
|
@@ -27,10 +27,6 @@ jobs: | |
path: blog # The root location of your Astro project inside the repository. (optional) | ||
node-version: 18 # The specific version of Node that should be used to build your site. Defaults to 18. (optional) | ||
package-manager: [email protected] # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional) | ||
- name: Debug - List dist directory | ||
shell: "bash" | ||
working-directory: "blog" | ||
run: ls -la dist | ||
|
||
deploy: | ||
needs: build | ||
|
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
Oops, something went wrong.