Skip to content

Commit

Permalink
docs: Fixed incorrect formating in .yml file (#180)
Browse files Browse the repository at this point in the history
* [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
  • Loading branch information
Cheezik committed Mar 17, 2024
1 parent cba8a95 commit e4ee818
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions wiki/Tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e4ee818

Please sign in to comment.