Skip to content

Commit 25787fa

Browse files
committed
πŸ”§ fix: use gh pages url
1 parent 7883c7f commit 25787fa

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

β€Ž.env.exampleβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
GITHUB_TOKEN="..."
1+
GITHUB_TOKEN=

β€Ž.github/workflows/update.ymlβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
run: bun run update
3434

3535
- name: Generate Language Map
36+
env:
37+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3638
run: bun run get:languages
3739

3840
- name: Commit CSS file

β€Žsrc/background.tsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const BASE_URL = 'https://github.com/Rettend/github-material-icon-theme/tree/main/download'
1+
const BASE_URL = 'https://rettend.github.io/github-material-icon-theme/download'
22
const GET = (url: string) => fetch(`${BASE_URL}/${url}`)
33
const hours = (n: number) => n * 60 * 60 * 1000
44

0 commit comments

Comments
Β (0)