From d98d6f742bd02582dc8077f2ef0c653f17b7efed Mon Sep 17 00:00:00 2001 From: Karol Wypchlo Date: Tue, 13 Apr 2021 12:57:32 +0200 Subject: [PATCH] fix deploy --- .github/workflows/deploy-website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 || '' }}