Skip to content

Commit

Permalink
add sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhupesh-V committed Oct 26, 2024
1 parent 1e47a9f commit f91efe8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
# with:
# args: --write "README.md" "src/**/*.md" "!src/SUMMARY.md" --prose-wrap "always"

- name: Install static-sitemap-cli
run: npm install static-sitemap-cli

- name: Setup mdBook
uses: extractions/setup-crate@v1
with:
Expand All @@ -36,6 +39,11 @@ jobs:
- name: Generate the Wiki
run: mdbook build

- name: Generate sitemap
run: |
cd book
npx sscli --no-clean --base https://wiki.developersindia.in
- name: Deploy to Netlify
uses: nwtgck/actions-netlify@v3.0
with:
Expand Down
1 change: 1 addition & 0 deletions src/faqs/advice-for-professionals.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,4 @@ And, of course, learning new ways to convince people never goes out of fashion.
- [What is the "endgame" for people in IT?](https://www.reddit.com/r/developersIndia/comments/1ak1l1j/what_is_the_endgame_for_people_in_it/).
- [How have you changed with years of experience? What are the things you did as a fresher that you no longer do?](https://www.reddit.com/r/developersIndia/comments/1bo7sre/how_have_you_changed_with_years_of_experience/).
- [Let's talk performance reviews!](https://www.reddit.com/r/developersIndia/comments/siqswv/lets_talk_performance_reviews/).
- [As a senior dev, how do you work (or mentor) junior folks around you, what have you learned from them?](https://www.reddit.com/r/developersIndia/comments/15jf4o8/as_a_senior_dev_how_do_you_work_or_mentor_junior/)

0 comments on commit f91efe8

Please sign in to comment.