Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
update links
  • Loading branch information
Joris Mertz committed Jun 16, 2024
1 parent d45e522 commit 9d61497
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 14 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Create release
name: Update release

on:
push:
Expand All @@ -12,7 +12,7 @@ permissions:

jobs:
release:
name: Release userstyle import list
name: Update release
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -22,7 +22,7 @@ jobs:
bash ./build.sh
cd ./scripts && npm install && cd ..
node ./scripts/generate-imports.js
- name: Update release
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh release upload userstyle-imports import.json --clobber
22 changes: 11 additions & 11 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,21 @@

**Development tools**

- [Octopus](https://github.com/rose-pine/userstyles/tree/main/octopus)
- [Octopus](https://github.com/rose-pine/userstyles/tree/main/styles/octopus)

**Search Engines**

- [Brave search](https://github.com/rose-pine/userstyles/tree/main/brave-search)
- [4get](https://github.com/rose-pine/userstyles/tree/main/4get)
- [Brave search](https://github.com/rose-pine/userstyles/tree/main/styles/brave-search)
- [4get](https://github.com/rose-pine/userstyles/tree/main/styles/4get)

**Productivity**

- [ChatGPT](https://github.com/rose-pine/userstyles/tree/main/chatgpt)
- [GitHub](https://github.com/rose-pine/userstyles/tree/main/github)
- [Jira](https://github.com/rose-pine/userstyles/tree/main/jira)
- [Proton](https://github.com/rose-pine/userstyles/tree/main/proton)
- [Scribe](https://github.com/rose-pine/userstyles/tree/main/scribe)
- [Wikiwand](https://github.com/rose-pine/userstyles/tree/main/wikiwand)
- [ChatGPT](https://github.com/rose-pine/userstyles/tree/main/styles/chatgpt)
- [GitHub](https://github.com/rose-pine/userstyles/tree/main/styles/github)
- [Jira](https://github.com/rose-pine/userstyles/tree/main/styles/jira)
- [Proton](https://github.com/rose-pine/userstyles/tree/main/styles/proton)
- [Scribe](https://github.com/rose-pine/userstyles/tree/main/styles/scribe)
- [Wikiwand](https://github.com/rose-pine/userstyles/tree/main/styles/wikiwand)

**Webmail**

Expand All @@ -50,8 +50,8 @@

**Misc**

- [Twitch](https://github.com/rose-pine/userstyles/tree/main/twitch)
- [YouTube](https://github.com/rose-pine/userstyles/tree/main/youtube)
- [Twitch](https://github.com/rose-pine/userstyles/tree/main/styles/twitch)
- [YouTube](https://github.com/rose-pine/userstyles/tree/main/styles/youtube)

## Contributing

Expand Down
2 changes: 2 additions & 0 deletions scripts/generate-imports.js
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node

import * as fs from "fs";
import usercssMeta from "usercss-meta";

Expand Down

0 comments on commit 9d61497

Please sign in to comment.