Skip to content

Commit

Permalink
Merge branch 'master' into feature/9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hasezoey committed Jun 7, 2023
2 parents c71dbf3 + b3932d0 commit b122709
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install & Build
run: bash ./ghPagesPre.sh
- name: Deploy to Github Pages
uses: JamesIves/github-pages-deploy-action@v4.4.1
uses: JamesIves/github-pages-deploy-action@v4.4.2
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/quick-start-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,5 @@ await replset.stop();
## Final Notes

:::danger
When not using an global instance for tests and use multi-threaded tests, it can cause Race Conditions
When you are not using a global instance for tests and run multi-threaded tests, it can cause Race Conditions.
:::

0 comments on commit b122709

Please sign in to comment.