fix deploy
This commit is contained in:
parent
4fc8c7794e
commit
d98d6f742b
|
@ -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 || '' }}
|
||||
|
|
Reference in New Issue