From e4ee818093f70d875371b7cccc0de10d868e3300 Mon Sep 17 00:00:00 2001 From: Cheezik <80171791+Cheezik@users.noreply.github.com> Date: Sun, 17 Mar 2024 12:35:42 +0100 Subject: [PATCH] docs: Fixed incorrect formating in .yml file (#180) * [BUGFIX] Changed from relative paths to Permalinks(?), Added disclaimer to legacy version. Edited links in README to redirect to correct destinations. * [BUGFIX] Wrong .yml template formating Added spaces where they should be displayed but arent * [Bugfix] More changes to .yml template I've noticed that .md did its spacing magic AGAIN, so ive added more spaces to combat this, also ive eddited so previously invisible "segment" gets displayed propperly --- wiki/Tutorial.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/wiki/Tutorial.md b/wiki/Tutorial.md index fc1c7fffb..03ccf0298 100644 --- a/wiki/Tutorial.md +++ b/wiki/Tutorial.md @@ -84,13 +84,14 @@ Now we will add a workflow to automatically update the summary cards. 4. **Commit changes!** Code snippet: - ```name: GitHub-Profile-Summary-Cards + ``` +name: GitHub-Profile-Summary-Cards on: - create: - schedule: # execute every 24 hours - - cron: "* */24 * * *" - workflow_dispatch: + create: + schedule: # execute every 24 hours + - cron: "* */24 * * *" + workflow_dispatch: jobs: build: