Skip to content

Commit a352528

Browse files
authored
Merge pull request #7 from frontend-engineering/feat/hosting-hide
Webpage generate and some bug fix
2 parents cb44557 + 5408fde commit a352528

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+32376
-4269
lines changed

.github/workflows/auto-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: BuildCI
55

66
on:
77
push:
8-
branches: ["**"]
8+
branches: [main]
99
pull_request:
10-
branches: [master]
10+
branches: [main]
1111

1212
jobs:
1313
build:

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ name: Release A New Version
1010

1111
on:
1212
push:
13+
branches: [main]
1314
tags:
1415
- "*" # Push events to matching any tag format, i.e. 1.0, 20.15.10
1516

assets/graph-render-worker.txt.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
// Import Pixi.js library
22
if( 'function' === typeof importScripts)
33
{
4-
importScripts('https://d157l7jdn8e5sf.cloudfront.net/v7.2.0/webworker.js', './tinycolor.js');
5-
4+
importScripts('./webWorker.js', './tinycolor.js');
65
addEventListener('message', onMessage);
76

87
let app;

assets/obsidian-styles.txt.css

Lines changed: 1 addition & 276 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)