Skip to content

Commit

Permalink
Change static.yml and docusaurus.config.ts to try a deploiement of th…
Browse files Browse the repository at this point in the history
…e PR.
  • Loading branch information
HaudinFlorence committed Aug 28, 2024
1 parent 2f19058 commit 5d2a710
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Deploy static content to Pages
on:
# Runs on pushes targeting the default branch
push:
branches: ["fix_alignments_in_mobile_design"]
branches: '*'
pull_request:
branches:
- '*'
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:

deploy:
needs: build
if: github.ref == 'refs/heads/fix_alignments_in_mobile_design'
if: github.ref == 'refs/heads/fix_alignments_issues'
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand Down
4 changes: 2 additions & 2 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ const config: Config = {
url: "https://quantstack.net/",
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: "/",
baseUrl: "/quantstack.github.io/",

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: "/QuantStack/", // Usually your GitHub org/user name.
organizationName: "/HaudinFlorence/", // Usually your GitHub org/user name.
projectName: "quantstack.github.io", // Usually your repo name.

onBrokenLinks: "throw",
Expand Down

0 comments on commit 5d2a710

Please sign in to comment.