We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ff3939 commit 35d643eCopy full SHA for 35d643e
.github/workflows/main.yaml
@@ -38,7 +38,7 @@ jobs:
38
39
deploy:
40
name: Deploy
41
- if: github.ref == 'refs/heads/main' && github.repository_owner == 'eqrion'
+ if: github.ref == 'refs/heads/main' && github.repository_owner == 'mozilla-spidermonkey'
42
needs: build
43
permissions:
44
pages: write
src/TechTree.ts
@@ -1,5 +1,5 @@
1
export const TechTreesRepo =
2
- "https://raw.githubusercontent.com/eqrion/tech-trees/refs/heads/main";
+ "https://raw.githubusercontent.com/mozilla-spidermonkey/tech-trees/refs/heads/main";
3
4
export function getKnownTreeUrl(known: string) {
5
return TechTreesRepo + "/" + known + ".json";
0 commit comments