diff --git a/.gitea/workflows/netlifydeploy.yaml b/.gitea/workflows/netlifydeploy.yaml index 7c64776..423936c 100644 --- a/.gitea/workflows/netlifydeploy.yaml +++ b/.gitea/workflows/netlifydeploy.yaml @@ -12,6 +12,7 @@ jobs: - uses: actions/checkout@v3 name: Checkout with: + ref: main registry: gitea.oakcityit.net username: ${{ secrets.REPO_USER }} password: ${{ secrets.REPO_TOKEN }}