Skip to content

Commit

Permalink
chore(fix): deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
RozmarinUS committed May 30, 2024
1 parent 80bc21b commit d87922e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/clean.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
jobs:
cleanup:
runs-on: ubuntu-latest
permissions: write-all

steps:
- name: 🗑 Delete deployment
uses: strumwolf/delete-deployment-environment@v2
with:
token: ${{ secrets.GH_TOKEN }}
environment: github-pages
onlyRemoveDeployments: true
2 changes: 2 additions & 0 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const config = {
favicon: 'img/favicon.ico',
organizationName: 'GlobalArtInc', // Usually your GitHub org/user name.
projectName: 'nestcord', // Usually your repo name.
trailingSlash: false,
presets: [
[
'classic',
Expand Down Expand Up @@ -47,6 +48,7 @@ const config = {
contextualSearch: true,
schedule: 'every 1 day at 3:00 pm'
},
cname: 'nestcord.globalart.dev',
announcementBar: {
content:
'⭐️ If you like NestCord, give it a star on <a target="_blank" rel="noopener noreferrer" href="https://github.com/GlobalArtInc/nestcord">GitHub</a>! ⭐️'
Expand Down
1 change: 1 addition & 0 deletions docs/static/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nestcord.globalart.dev

0 comments on commit d87922e

Please sign in to comment.