mirror of
https://github.com/FuzzingLabs/fuzzforge_ai.git
synced 2026-08-14 22:50:20 +02:00
fix: update path for upload build artifact
This commit is contained in:
@@ -31,7 +31,7 @@ jobs:
|
|||||||
- name: Upload Build Artifact
|
- name: Upload Build Artifact
|
||||||
uses: actions/upload-pages-artifact@v3
|
uses: actions/upload-pages-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: build
|
path: ./docs/build
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
name: Deploy to GitHub Pages
|
name: Deploy to GitHub Pages
|
||||||
|
|||||||
Reference in New Issue
Block a user