User Tools

Site Tools


tutorial:publishing_mods_using_github_actions

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
tutorial:publishing_mods_using_github_actions [2023/04/10 09:04] – Fix typos and capitalisation poopooracoocootutorial:publishing_mods_using_github_actions [2024/11/19 22:35] (current) – linking to English Wikipedia instead of Deutschsprachige Wikipedia kkiris
Line 20: Line 20:
 ===== Setup ===== ===== Setup =====
  
-If we want Github to do something for us, we need to tell their servers what exactly we want. To do that we need to add a ''.yml'' file in ''/.github/workflows''. You can think of this ''.yml'' file as the config file of your Github Action. It does not matter how it is named, you should however pick a relevant name. [[https://de.wikipedia.org/wiki/YAML|YAML]] is generally similar to JSON in concept, but has a very different syntax. Just like Python you don't use curly braces ''{}'' and instead only use indention to declare your structure.+If we want Github to do something for us, we need to tell their servers what exactly we want. To do that we need to add a ''.yml'' file in ''/.github/workflows''. You can think of this ''.yml'' file as the config file of your Github Action. It does not matter how it is named, you should however pick a relevant name. [[https://en.wikipedia.org/wiki/YAML|YAML]] is generally similar to JSON in concept, but has a very different syntax. Just like Python you don't use curly braces ''{}'' and instead only use indention to declare your structure.
  
 The general structure of your ''.yml'' file should look like this: The general structure of your ''.yml'' file should look like this:
tutorial/publishing_mods_using_github_actions.1681117446.txt.gz · Last modified: 2023/04/10 09:04 by poopooracoocoo