8000 docs: add shared docs GitHub action for workflow efficiency by EdwardAngert · Pull Request #17322 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

docs: add shared docs GitHub action for workflow efficiency #17322

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 8 commits into from
Closed
Prev Previous commit
Next Next commit
\Fix tj-actions/changed-files SHA to match existing usage\n\nUpdate t…
…o use the same SHA and version (v45.0.7) that the docs-ci.yaml workflow uses.\n\n\ud83e\udd16 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>\
  • Loading branch information
EdwardAngert committed Apr 9, 2025
commit afbdde90445c04c1aa9e7aaed52e6596b787fd20
2 changes: 1 addition & 1 deletion .github/workflows/docs-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@2a398787e7b39c6ca11ce0843e5956d0b4165c80 # v43.0.0
uses: tj-actions/changed-files@27ae6b33eaed7bf87272fdeb9f1c54f9facc9d99 # v45.0.7
with:
files: |
docs/**
Expand Down
Loading
0