Skip to content

Commit

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

* 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 bd64c8b commit f509981
Show file tree
Hide file tree
Showing 2 changed files with 358 additions and 300 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 f509981

Please sign in to comment.