diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 41491e9..b631c7a 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -34,6 +34,8 @@ jobs: with: buildkitd-flags: '--allow-insecure-entitlement network.host' driver-opts: network=host + - name: Checkout code + uses: actions/checkout@v4 - name: Lint test run: | registry=${{ github.server_url }} @@ -41,14 +43,11 @@ jobs: repository="$(echo "${{ github.repository }}" | tr '[:upper:]' '[:lower:]')" fullrepo=https://${registry}/${repository}.git git init - git pull ${fullrepo} + # git pull ${fullrepo} npm install @angular/cli npm run lint echo "getting the username" - - name: Checkout code - uses: actions/checkout@v4 - - - name: Make changes + - name: Update version run: | # Perform actions that modify files in the repository echo "Updated content" > my_file.txt