Compare commits
3 Commits
v1.0.0
...
renovate/h
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
85267f6ac0 | ||
|
|
60b5e8d7bf | ||
|
|
b037ea025c |
8
.github/workflows/release-deploy.yml
vendored
8
.github/workflows/release-deploy.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
uses: "actions/upload-pages-artifact@v3"
|
||||
with:
|
||||
path: "dist/"
|
||||
|
||||
|
||||
- name: Upload CSS
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
@@ -40,7 +40,7 @@ jobs:
|
||||
- name: "Release"
|
||||
id: "release"
|
||||
uses: "googleapis/release-please-action@v4"
|
||||
|
||||
|
||||
- name: Download CSS
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
@@ -54,8 +54,8 @@ jobs:
|
||||
- name: Upload Release Artifacts
|
||||
if: ${{ steps.release.outputs.release_created }}
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: gh release upload ${{ steps.release.outputs.tag_name }} ./catppuccin-gitea.tar.gz
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: gh release upload ${{ steps.release.outputs.tag_name }} ./catppuccin-gitea.tar.gz --repo $GITHUB_REPOSITORY
|
||||
|
||||
|
||||
deploy:
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"imports": {
|
||||
"@catppuccin/palette": "npm:@catppuccin/palette@0.2.0",
|
||||
"sass": "npm:sass@1.66.1",
|
||||
"std/path": "https://deno.land/std@0.199.0/path/mod.ts",
|
||||
"std/path": "https://deno.land/std@0.224.0/path/mod.ts",
|
||||
"@catppuccin/deno-lib": "https://deno.land/x/catppuccin_toolbox@deno-lib-v1.0.0/deno-lib/mod.ts"
|
||||
},
|
||||
"lock": true,
|
||||
|
||||
6
renovate.json
Normal file
6
renovate.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"local>catppuccin/renovate-config"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user