Skip to content

Correct some outdated information #80

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Dec 2, 2024

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