Skip to content

Commit

Permalink
Merge pull request #7 from frontend-engineering/feat/hosting-hide
Browse files Browse the repository at this point in the history
Webpage generate and some bug fix
  • Loading branch information
walkthunder authored Oct 16, 2023
2 parents cb44557 + 5408fde commit a352528
Show file tree
Hide file tree
Showing 44 changed files with 32,376 additions and 4,269 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: BuildCI

on:
push:
branches: ["**"]
branches: [main]
pull_request:
branches: [master]
branches: [main]

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ name: Release A New Version

on:
push:
branches: [main]
tags:
- "*" # Push events to matching any tag format, i.e. 1.0, 20.15.10

Expand Down
3 changes: 1 addition & 2 deletions assets/graph-render-worker.txt.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
// Import Pixi.js library
if( 'function' === typeof importScripts)
{
importScripts('https://d157l7jdn8e5sf.cloudfront.net/v7.2.0/webworker.js', './tinycolor.js');

importScripts('./webWorker.js', './tinycolor.js');
addEventListener('message', onMessage);

let app;
Expand Down
277 changes: 1 addition & 276 deletions assets/obsidian-styles.txt.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a352528

Please sign in to comment.