diff --git a/.gitea/workflows/netlifydeploy.yaml b/.gitea/workflows/netlifydeploy.yaml index 423936c..042f3a4 100644 --- a/.gitea/workflows/netlifydeploy.yaml +++ b/.gitea/workflows/netlifydeploy.yaml @@ -11,11 +11,11 @@ jobs: steps: - uses: actions/checkout@v3 name: Checkout - with: - ref: main - registry: gitea.oakcityit.net - username: ${{ secrets.REPO_USER }} - password: ${{ secrets.REPO_TOKEN }} + # with: + # ref: main + # registry: gitea.oakcityit.net + # username: ${{ secrets.REPO_USER }} + # password: ${{ secrets.REPO_TOKEN }} - name: Build run: | hugo version