diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 72d2c30..001f3e3 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -39,7 +39,7 @@ jobs: run: mkdir -p demo/pkg - name: Copy Build Artifacts to Demo - run: cp -r pkg/* demo/pkg/ + run: rm demo/pkg/ && cp -r pkg demo/pkg - name: Setup GitHub Pages uses: actions/configure-pages@v5