Skip to content

Conversation

@BenjaminDerProgrammierer
Copy link
Contributor

  • Update Hugo version in README
  • Update some outdated text on the Termine page.

@BenjaminDerProgrammierer
Copy link
Contributor Author

BenjaminDerProgrammierer commented Dec 1, 2024

The builds do not work. I doubt this is an error on my side...

fatal: could not read Username for 'https://github.com'/: terminal prompts disabled
Bash exited with code '128'.

(these scripts fail)

  - script: |
      git add --all .
      git commit -m 'Update website'
      git push origin master
    displayName: 'Git push master branch
  - script: |
      git add --all .
      git commit -m 'Update website'
      git push https://$(GitHubPAT)@github.com/coderdojo-linz/$(target_repository).github.io.git
    workingDirectory: $(Agent.BuildDirectory)/dest
    displayName: 'Git push preview to destination repo'```

@rstropek rstropek merged commit 3523f51 into coderdojo-linz:develop Dec 2, 2024
0 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants