From 20edd2c64571cd2f24c26a3c683a83a31a230c14 Mon Sep 17 00:00:00 2001 From: "@s.roertgen" Date: Wed, 13 Mar 2024 13:10:35 +0100 Subject: [PATCH] Add info to activate GitHub Actions #17 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3a9318d026..0c4a929440 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ It spins up a Docker-Container made out the [SkoHub-Vocabs](https://github.com/h If you want to reuse this repo and have your vocabulary automatically pushed und published via GitHub-Pages, follow these steps (also explained [in these slides including screenshots](https://pad.gwdg.de/p/2022-11-30-swib22-skos-workshop-slides#/51)): 1. Fork this repo +1. Go to "Actions" tab and if not already activated, activate GitHub Actions. 1. Go to "settings", navigate to the "GitHub Pages" setting and select `gh-pages` as the branch your site is being built from. If it is not available yet, you might have to push something to your repo, so the GitHub-Action gets triggered or you can trigger it manually with going to "Actions" in the menubar, then select the workflow "Build /public and deploy..." and click "Run workflow". This way you can trigger the workflow automatically. 1. Go back to the main page of your repo and click the little gear icon in the top right of the "About" section. 1. Check the box at "Use your GitHub Pages website".