Thomas B 1 month ago
parent
commit
42937ee62f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .github/workflows/docs.yml

+ 1
- 1
.github/workflows/docs.yml View File

46
       - name: Upload artifact
46
       - name: Upload artifact
47
         uses: actions/upload-pages-artifact@v3
47
         uses: actions/upload-pages-artifact@v3
48
         with:
48
         with:
49
-          path: 'docs'
49
+          path: ${{github.workspace}}/repo/docs
50
 
50
 
51
       - name: Deploy to GitHub Pages
51
       - name: Deploy to GitHub Pages
52
         id: deployment
52
         id: deployment

Loading…
Cancel
Save