diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 4d0c453..c4a43a6 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -68,6 +68,7 @@ jobs: # mv index.html gh-pages/index.html - name: Copy output run: | + mkdir gh-pages/output/ mv output/* gh-pages/output/ - name: Commit and push changes