File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -120,10 +120,26 @@ jobs:
120120 steps :
121121 - uses : actions/checkout@v6
122122
123+ - name : Prepare docs from README
124+ run : |
125+ {
126+ echo '---'
127+ echo 'layout: default'
128+ echo '---'
129+ echo ''
130+ cat README.md
131+ } > docs/index.md
132+
133+ - name : Build with Jekyll
134+ uses : actions/jekyll-build-pages@v1
135+ with :
136+ source : docs/
137+ destination : ./_site
138+
123139 - name : Upload Pages artifact
124140 uses : actions/upload-pages-artifact@v3
125141 with :
126- path : docs /
142+ path : ./_site /
127143
128144 - name : Deploy to GitHub Pages
129145 id : deployment
Original file line number Diff line number Diff line change 11theme : jekyll-theme-hacker
2+ title : DiscordBot
3+ description : A simple Discord bot with OpenAI support and server administration tools
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments