Skip to content

Commit

Permalink
Merge pull request #14 from BarthPaleologue/WIP
Browse files Browse the repository at this point in the history
Automatic Documentation Deployment
  • Loading branch information
BarthPaleologue authored Jan 19, 2024
2 parents aa1adad + ac2bb80 commit 1684196
Show file tree
Hide file tree
Showing 13 changed files with 788 additions and 665 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,12 @@ jobs:
run: pnpm install
- name: Build with Webpack
run: pnpm run build
- name: Generate documentation
run: pnpm run docs
- name: debug
run: ls -la
- name: Move docs to dist
run: mv docs dist/docs
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
Expand Down
23 changes: 12 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"devDependencies": {
"@babel/preset-env": "^7.23.6",
"@babel/preset-env": "^7.23.8",
"@babel/preset-typescript": "^7.23.3",
"@babylonjs/core": "^6.34.1",
"@babylonjs/gui": "^6.34.1",
"@babylonjs/core": "^6.39.0",
"@babylonjs/gui": "^6.39.0",
"@babylonjs/havok": "^1.3.0",
"@babylonjs/loaders": "^6.34.1",
"@babylonjs/loaders": "^6.39.0",
"@jest/types": "^29.6.3",
"@types/jest": "^29.5.11",
"@types/seedrandom": "^3.0.8",
Expand All @@ -14,26 +14,26 @@
"@webpack-cli/generators": "^3.0.7",
"babel": "^6.23.0",
"babel-jest": "^29.7.0",
"css-loader": "^6.8.1",
"css-loader": "^6.9.1",
"eslint": "^8.56.0",
"eslint-plugin-import": "^2.29.1",
"extended-random": "^1.2.2",
"fast-simplex-noise": "^4.0.0",
"glslify-loader": "^2.0.0",
"handle-sliderjs": "^1.3.1",
"html-loader": "^4.2.0",
"html-webpack-plugin": "^5.5.4",
"html-webpack-plugin": "^5.6.0",
"http-server": "^14.1.1",
"jest": "^29.7.0",
"jest-transform-stub": "^2.0.0",
"mini-css-extract-plugin": "^2.7.6",
"mini-css-extract-plugin": "^2.7.7",
"ml-matrix": "^6.11.0",
"prettier": "^2.8.8",
"raw-loader": "^4.0.2",
"sass": "^1.69.5",
"sass-loader": "^13.3.2",
"sass": "^1.70.0",
"sass-loader": "^13.3.3",
"squirrel-noise": "^1.0.0",
"style-loader": "^3.3.3",
"style-loader": "^3.3.4",
"terrain-generation": "^1.8.0",
"ts-jest": "^29.1.1",
"ts-loader": "^9.5.1",
Expand All @@ -58,7 +58,8 @@
"serve:prod": "http-server dist -p 8080",
"format": "prettier --config .prettierrc 'src/**/*.ts' --write",
"test": "jest --coverage",
"doc": "typedoc src/ts/**/*.ts --out docs",
"docs": "typedoc --options typedoc.json",
"serve:docs": "http-server docs -p 8081",
"lint:check": "eslint src/ts/**/*.ts",
"lint:fix": "eslint src/ts/**/*.ts --fix"
}
Expand Down
Loading

0 comments on commit 1684196

Please sign in to comment.