Skip to content

Commit 98b0bbc

Browse files
authored
v3.0.8 (#86)
1 parent 5297825 commit 98b0bbc

3 files changed

Lines changed: 19 additions & 288 deletions

File tree

.github/workflows/workflow.yml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff 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

docs/_config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
theme: jekyll-theme-hacker
2+
title: DiscordBot
3+
description: A simple Discord bot with OpenAI support and server administration tools

docs/index.html

Lines changed: 0 additions & 287 deletions
This file was deleted.

0 commit comments

Comments
 (0)