Skip to content

Commit 6c93933

Browse files
authored
ci(patch-release): add missing pages artifact actions (#24)
Signed-off-by: l.feng <43399351+msclock@users.noreply.github.com>
1 parent cd1d28d commit 6c93933

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ jobs:
2020
ci:
2121
runs-on: self-hosted
2222
if: github.repository == 'AgiBot-World/VideoDataset'
23-
permissions:
24-
contents: write
25-
id-token: write
2623

2724
steps:
2825
- uses: actions/checkout@v4
@@ -40,6 +37,12 @@ jobs:
4037
with:
4138
token: ${{ secrets.CODECOV_TOKEN }}
4239

40+
- name: Upload pages artifact
41+
uses: actions/upload-pages-artifact@v3
42+
with:
43+
path: public
44+
45+
4346
pages:
4447
environment:
4548
name: github-pages

0 commit comments

Comments
 (0)