diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 001f3e3..1ddeb11 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -20,6 +20,9 @@ jobs: - name: Checkout Repository uses: actions/checkout@v3 + - name: Delete demo/pkg symlink + run: rm -fr demo/pkg + - name: Setup Rust Toolchain uses: actions-rust-lang/setup-rust-toolchain@v1 with: @@ -39,7 +42,7 @@ jobs: run: mkdir -p demo/pkg - name: Copy Build Artifacts to Demo - run: rm demo/pkg/ && cp -r pkg demo/pkg + run: cp -r pkg/* demo/pkg/ - name: Setup GitHub Pages uses: actions/configure-pages@v5 diff --git a/demo/lib b/demo/lib deleted file mode 120000 index 4394270..0000000 --- a/demo/lib +++ /dev/null @@ -1 +0,0 @@ -../pkg \ No newline at end of file