Skip to content

Commit

Permalink
fix: cleanup docs generation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad-Dwairi committed Jul 3, 2024
1 parent 62a9b7d commit 2f4cf36
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/generate-docs-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ jobs:
git config --global user.name "eg-oss-ci"
git fetch --all
- name: Configure "shopt" to Enable Extended Patterns Matching
run: shopt -s extglob

- name: Checkout "gh-pages" Branch
run: git checkout mdwairi/refactor-docs-versioning

Expand Down Expand Up @@ -61,7 +58,7 @@ jobs:
run: git checkout mdwairi/refactor-docs-versioning

- name: Cleanup Old Docs from Repository Root
run: rm -rf images older rapid-sdk scripts styles index.html navigation.html not-found-version.html version.json
run: rm -rf code images older rapid-sdk scripts styles index.html navigation.html not-found-version.html version.json

- name: list content after removal
run: ls
Expand Down

0 comments on commit 2f4cf36

Please sign in to comment.