Skip to content

Commit

Permalink
Merge pull request #782 from multiversx/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
radumojic authored Dec 22, 2023
2 parents 86ba30f + 0d3079a commit 64b25d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- uses: actions/checkout@v2
with:
ref: main
fetch-depth: 0
- name: Use Node.js
uses: actions/setup-node@v1
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- uses: actions/checkout@v2
with:
ref: development
fetch-depth: 0
- name: Use Node.js
uses: actions/setup-node@v1
with:
Expand Down
1 change: 1 addition & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ const config = {
remarkPlugins: [math],
rehypePlugins: [katex],
editUrl: "https://github.com/multiversx/mx-docs/edit/development",
showLastUpdateTime: true,
},
blog: false, // Optional: disable the blog plugin
theme: {
Expand Down

0 comments on commit 64b25d4

Please sign in to comment.