Skip to content

Commit

Permalink
Update icons
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Dec 17, 2024
1 parent 378364b commit 9805db6
Show file tree
Hide file tree
Showing 4 changed files with 2,187 additions and 19 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,24 @@ on:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Install dependencies
run: bun install

- name: Build
run: bun build

- name: Deploy
uses: actions/deploy-pages@v2
with:
branch: master
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Commit data
run: |
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git add data
git commit -m "Update icons"
git push
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
node_modules
dist
tmp
Loading

0 comments on commit 9805db6

Please sign in to comment.