You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ A custom GH action to easily deploy the deckset is included.
31
31
32
32
This action is built to support a single `slides.md` file and a single `images` folder as the only sources for the presentation. It should be difficult to customise if you have different needs.
33
33
34
-
Once the repository gets created wait for the CI to complete at least once and then under [Settings > Pages](/settings/pages) select `Deploy from a Branch` under `Source` and pick the newly created `gh-pages``/(root)`.
34
+
Once the repository gets created wait for the CI to complete at least once and then under `Settings > Pages` select `Deploy from a Branch` under `Source` and pick the newly created `gh-pages``/(root)`.
35
35
36
36
If you're using a custom domain you'll need to modify the [cname in the workflow file](./.github/workflows/pages.yml#L41) and setup a corresponding `CNAME` DNS record on your domain to point to `<your-username>.github.io`.
37
37
@@ -67,6 +67,8 @@ The [Marp Github discussions](https://github.com/marp-team/marp/discussions) are
67
67
68
68
A list of supported emojis can be found [here](https://github.com/markdown-it/markdown-it-emoji/blob/3.0.0/lib/data/full.mjs).
69
69
70
+
---
71
+
70
72
To concatenate the first two slides I used imagemagick:
0 commit comments