Skip to content

Commit

Permalink
Merge pull request #102 from wasmerio/use-autobuild
Browse files Browse the repository at this point in the history
Autobuild compatibility
  • Loading branch information
syrusakbary authored Nov 6, 2024
2 parents e214cdb + 3f19205 commit e0f23d5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 55 deletions.
53 changes: 0 additions & 53 deletions .github/workflows/deploy.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Documentation for Wasmer's Products",
"scripts": {
"dev": "next dev",
"build": "next build --no-lint && next export -o release",
"build": "next build --no-lint && next export -o out",
"start": "next start"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion wasmer.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ description = "wasmer/docs website"
"wasmer/static-web-server" = "1"

[fs]
public = "release"
public = "out"

0 comments on commit e0f23d5

Please sign in to comment.