Skip to content

Commit 04273a9

Browse files
committed
wip: dark mode color of vue-flow (colors to be fixed for dark mode)
1 parent d651047 commit 04273a9

9 files changed

Lines changed: 262 additions & 178 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy Nuxt to GitHub Pages
33
on:
44
# Runs on pushes targeting the default branch
55
push:
6-
branches: ["main"]
6+
branches: ['main']
77

88
# Allows you to run this workflow manually from the Actions tab
99
workflow_dispatch:
@@ -17,7 +17,7 @@ permissions:
1717
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
1818
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
1919
concurrency:
20-
group: "pages"
20+
group: 'pages'
2121
cancel-in-progress: false
2222

2323
jobs:
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup Node
3232
uses: actions/setup-node@v5
3333
with:
34-
node-version: "22"
34+
node-version: '22'
3535
cache: 'npm'
3636

3737
- name: Setup Pages

0 commit comments

Comments
 (0)