Skip to content

Commit

Permalink
Set Tutorial page
Browse files Browse the repository at this point in the history
  • Loading branch information
Akash Singh committed Mar 20, 2024
1 parent 834815c commit 745abd5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,13 @@ jobs:
run: |
echo ${{ secrets.REACT_APP_FOLLOWERS_ACCESS_KEY }}
- name: Install dependencies
run: |
npm ci
- name: Install dependencies & Build website
run: |
npm ci
cd documentation
npm ci
npm run build
Expand Down
4 changes: 2 additions & 2 deletions documentation/tutorial/dsa/cpp/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Introduction
---

<!-- import { Sandpack } from "./sandpack.tsx";
import { Sandpack } from "./sandpack.tsx";

<Sandpack>

Expand Down Expand Up @@ -30,4 +30,4 @@ At our repository, learning is a never-ending journey fueled by curiosity, explo
Whether you're a seasoned professional seeking to expand your skill set or a budding enthusiast eager to explore the frontiers of technology, our repository offers something for everyone. So, what are you waiting for? Dive into a world of endless possibilities and unlock the treasure trove of knowledge that awaits you. Together, let's embark on a journey of learning, growth, and transformation. 🚀🌐💡
:::

</Sandpack> -->
</Sandpack>
4 changes: 2 additions & 2 deletions documentation/tutorial/dsa/py/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Introduction
---

<!-- import { Sandpack } from "./sandpack.tsx";
import { Sandpack } from "./sandpack.tsx";

<Sandpack>

Expand Down Expand Up @@ -30,4 +30,4 @@ At our repository, learning is a never-ending journey fueled by curiosity, explo
Whether you're a seasoned professional seeking to expand your skill set or a budding enthusiast eager to explore the frontiers of technology, our repository offers something for everyone. So, what are you waiting for? Dive into a world of endless possibilities and unlock the treasure trove of knowledge that awaits you. Together, let's embark on a journey of learning, growth, and transformation. 🚀🌐💡
:::

</Sandpack> -->
</Sandpack>

0 comments on commit 745abd5

Please sign in to comment.