fix deploy

This commit is contained in:
Karol Wypchlo 2021-04-13 12:57:32 +02:00
parent 4fc8c7794e
commit d98d6f742b
1 changed files with 1 additions and 1 deletions

View File

@ -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 || '' }}