diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index 9618b047..8c835e06 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -41,6 +41,6 @@ jobs: - name: "Deploy to Skynet" uses: kwypchlo/deploy-to-skynet-action@main with: - upload-dir: public + upload-dir: packages/website/public github-token: ${{ secrets.GITHUB_TOKEN }} registry-seed: ${{ github.event_name == 'push' && github.ref == 'refs/heads/website' && secrets.WEBSITE_REGISTRY_SEED || '' }}