Skip to content

Commit

Permalink
[version-4-3] ci: add prettier to remove uneccessary triggers (#4364) (
Browse files Browse the repository at this point in the history
…#4369)

* ci: add prettier to remove uneccessary triggers (#4364)

(cherry picked from commit 7869b40)

* ci: adding missing robots.txt or updating noindex in docusaurus.config.js

---------

Co-authored-by: Karl Cardenas <[email protected]>
Co-authored-by: vault-token-factory-spectrocloud[bot] <vault-token-factory-spectrocloud[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Oct 18, 2024
1 parent 0e757ca commit c7dc3f6
Show file tree
Hide file tree
Showing 2 changed files with 380 additions and 317 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/versions_robot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ jobs:
id: check_noindex
run: node scripts/noindex_docusaurus_config.js $RUNNER_TEMP $PWD && mv $RUNNER_TEMP/temp.docusaurus.config.js $PWD/docusaurus.config.js

- name: Auto Format (Prettier)
run: make format

- name: Commit Changes
id: commit
uses: stefanzweifel/git-auto-commit-action@v5
Expand Down
Loading

0 comments on commit c7dc3f6

Please sign in to comment.