We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 661452b commit c04b491Copy full SHA for c04b491
.github/workflows/static.yml
@@ -4,7 +4,7 @@ name: Deploy static content to Pages
4
on:
5
# Runs on pushes targeting the default branch
6
push:
7
- branches: ["new_website"]
+ branches: ["master"]
8
pull_request:
9
branches:
10
- '*'
docusaurus.config.ts
@@ -12,7 +12,7 @@ const config: Config = {
12
url: "https://quantstack.net/",
13
// Set the /<baseUrl>/ pathname under which your site is served
14
// For GitHub pages deployment, it is often '/<projectName>/'
15
- baseUrl: "/",
+ baseUrl: "/quantstack.github.io/",
16
17
// GitHub pages deployment config.
18
// If you aren't using GitHub pages, you don't need these.
0 commit comments