There was an error while loading. Please reload this page.
1 parent cd1d28d commit 6c93933Copy full SHA for 6c93933
1 file changed
.github/workflows/ci.yml
@@ -20,9 +20,6 @@ jobs:
20
ci:
21
runs-on: self-hosted
22
if: github.repository == 'AgiBot-World/VideoDataset'
23
- permissions:
24
- contents: write
25
- id-token: write
26
27
steps:
28
- uses: actions/checkout@v4
@@ -40,6 +37,12 @@ jobs:
40
37
with:
41
38
token: ${{ secrets.CODECOV_TOKEN }}
42
39
+ - name: Upload pages artifact
+ uses: actions/upload-pages-artifact@v3
+ with:
43
+ path: public
44
+
45
46
pages:
47
environment:
48
name: github-pages
0 commit comments