Skip to content

Commit

Permalink
馃攧 Move site aliases to prevent circular dependencies (#1061)
Browse files Browse the repository at this point in the history
  • Loading branch information
fwkoch committed Apr 5, 2024
1 parent 789c77d commit be3befd
Show file tree
Hide file tree
Showing 27 changed files with 1,346 additions and 133 deletions.
7 changes: 7 additions & 0 deletions .changeset/large-monkeys-punch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'myst-frontmatter': patch
'myst-parser': patch
'myst-cli': patch
---

Fix circular deps
5 changes: 5 additions & 0 deletions .changeset/poor-icons-try.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'myst-frontmatter': patch
---

Move site aliases to prevent circular dependencies
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- run: npm install
- run: npm run lint:format
- run: npm run lint
- run: npm run lint:circular
test:
if: github.actor != 'dependabot[bot]'
runs-on: ubuntu-latest
Expand Down

0 comments on commit be3befd

Please sign in to comment.