Skip to content

Commit 1e58da9

Browse files
committed
chore: auto-deploy and hide sponsor page.
1 parent 261f026 commit 1e58da9

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Deploy to GitHub Pages
22

33
on:
44
workflow_dispatch:
5-
# push:
6-
# branches:
7-
# - main
5+
push:
6+
branches:
7+
- main
88
# Review gh actions docs if you want to further define triggers, paths, etc
99
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on
1010

website/docusaurus.config.ts

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,6 @@ const config: Config = {
8484
// label: 'Support',
8585
// },
8686
// {to: '/blog', label: 'Blog', position: 'left'},
87-
{
88-
// type: 'doc',
89-
docId: 'sponsor',
90-
to: '/sponsor',
91-
label: 'Sponsor',
92-
position: 'right',
93-
},
9487
{
9588
docId: 'support',
9689
to: '/support',
@@ -104,6 +97,14 @@ const config: Config = {
10497
label: 'About',
10598
position: 'left',
10699
},
100+
// Hide for the moment.
101+
// {
102+
// // type: 'doc',
103+
// docId: 'sponsor',
104+
// to: '/sponsor',
105+
// label: 'Sponsor',
106+
// position: 'right',
107+
// },
107108
{
108109
href: 'https://github.com/streetsidesoftware',
109110
label: 'GitHub',

0 commit comments

Comments
 (0)