Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,26 @@ jobs:
steps:
- uses: actions/checkout@v6

- name: Prepare docs from README
run: |
{
echo '---'
echo 'layout: default'
echo '---'
echo ''
cat README.md
} > docs/index.md

- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
source: docs/
destination: ./_site

- name: Upload Pages artifact
uses: actions/upload-pages-artifact@v3
with:
path: docs/
path: ./_site/

- name: Deploy to GitHub Pages
id: deployment
Expand Down
2 changes: 2 additions & 0 deletions docs/_config.yml
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
theme: jekyll-theme-hacker
title: DiscordBot
description: A simple Discord bot with OpenAI support and server administration tools
287 changes: 0 additions & 287 deletions docs/index.html

This file was deleted.

Loading