Skip to content

Commit

Permalink
Ignore docs & versioned_docs in prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
huonw committed Jan 13, 2024
1 parent 4a093d4 commit 4cfd7b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/sync_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ jobs:

# Sync the docs repo
- run: cp -r pants/docs/docs "pantsbuild.org/${{ steps.get-destination-dir.outputs.DESTINATION_DIR }}"
- run: npm run format -- "${{ steps.get-destination-dir.outputs.DESTINATION_DIR }}"
working-directory: pantsbuild.org

# Commit and create a PR
- name: Commit changes
Expand Down
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# the synced & auto-generated files shouldn't be changed
docs
versioned_docs

0 comments on commit 4cfd7b6

Please sign in to comment.