Skip to content

Commit 2ec4fc8

Browse files
committed
Add fancy stuff from vitepress doc
Signed-off-by: Kaur Palang <kaur.palang@brightcodecompany.com>
1 parent 72d05db commit 2ec4fc8

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,18 @@ on:
55
branches:
66
- main
77

8+
concurrency:
9+
group: pages
10+
cancel-in-progress: false
11+
812
jobs:
913
build:
1014
runs-on: ubuntu-latest
1115
steps:
1216
- name: Checkout
1317
uses: actions/checkout@v4
18+
with:
19+
fetch-depth: 0
1420

1521
- name: Set up Bun
1622
uses: oven-sh/setup-bun@v2
@@ -34,8 +40,9 @@ jobs:
3440
name: github-pages
3541
url: ${{ steps.deployment.outputs.page_url }}
3642
permissions:
37-
id-token: write
43+
contents: read
3844
pages: write
45+
id-token: write
3946
runs-on: ubuntu-latest
4047
needs: build
4148
steps:

0 commit comments

Comments
 (0)