Skip to content

Commit

Permalink
Merge branch 'main' into mutes
Browse files Browse the repository at this point in the history
  • Loading branch information
plun1331 authored Jun 3, 2024
2 parents 722d519 + 5a3a204 commit 5e61583
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 11 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:

permissions: write-all
Expand All @@ -14,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.11
- name: Install dependencies
Expand All @@ -23,7 +25,9 @@ jobs:
- name: Compile documentation to HTML
run: |
sphinx-build -W -b html source build
mv source/robots.txt build/robots.txt
- name: Deploy to Pages
id: deploy
uses: cloudflare/pages-action@1
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
Expand All @@ -40,6 +44,8 @@ jobs:
with:
body: |
## :rocket: Deployed to Cloudflare Pages!
See Deployment: ${{ steps.deploy.outputs.url }}
Commit ${{ github.sha }}
if: github.event_name == 'push'
Expand Down
9 changes: 4 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
Sphinx~=7.2.6
furo~=2023.9.10
#myst-parser~=1.0.0
git+https://github.com/executablebooks/MyST-Parser@80b892f
sphinxext-opengraph~=0.9.0
Sphinx~=7.3.7
furo~=2024.5.6
myst-parser~=3.0.1
sphinxext-opengraph~=0.9.1
2 changes: 2 additions & 0 deletions source/discordbot/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ SkyKings' configuration allows you to customize the bot's behavior in your own s

There are various different types of configuration settings.

All of these settings can be edited on our website: <https://skykings.net/account>

## General & Verification Configuration

The general configuration for the bot contains various automatic announcements and other things, and can be edited using the `/config edit` command.
Expand Down
12 changes: 7 additions & 5 deletions source/premium.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

SkyKings Premium is a premium membership that gives you access to exclusive features and benefits.

As of April 17, 2023, there are 4 tiers:
There are 3 patreon tiers:

```{table}
:width: 100%
Expand All @@ -11,10 +11,12 @@ As of April 17, 2023, there are 4 tiers:
| Tier | Price |
| ------- | ------ |
| Bronze | $1 |
| Silver | $5 |
| Gold | $10 |
| Diamond | $25 |
| Bronze | $2.99 |
| Silver | $5.99 |
| Gold | $9.99 |
```

You can also subscribe to [jacktheguytv on Twitch](https://www.twitch.tv/jacktheguytv)
for Bronze perks. If you are not using a free Twitch Prime to do so, we recommend you subscribe on Patreon instead.

For more information, visit our [Website](https://skykings.net/premium).
2 changes: 2 additions & 0 deletions source/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
User-agent: *
Disallow: /

0 comments on commit 5e61583

Please sign in to comment.