-
Notifications
You must be signed in to change notification settings - Fork 100
Add new workflow for detecting changes in dot org #854
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
base: main
Are you sure you want to change the base?
Conversation
name: Detect changes in 'en' docs of nginx/nginx.org | ||
runs-on: ubuntu-latest | ||
outputs: | ||
IS_CHANGES_DETECTED: ${{ steps.check_changes.outputs.changed }} | ||
steps: | ||
- name: PLACEHOLDER | ||
id: check_changes | ||
run: | | ||
echo "PLACEHOLDER" | ||
|
||
execute-make: |
Check warning
Code scanning / CodeQL
Workflow does not contain permissions Medium
✅ Deploy Preview will be available once build job completes!
|
name: Execute make target 'make hugo-md' | ||
if: needs.detect-changes.outputs.IS_CHANGES_DETECTED | ||
needs: detect-changes | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: PLACEHOLDER | ||
run: | | ||
echo "PLACEHOLDER" | ||
|
||
move-generated-files: |
Check warning
Code scanning / CodeQL
Workflow does not contain permissions Medium
name: Move generated markdown files to '/content/nginx' directory | ||
if: needs.detect-changes.outputs.IS_CHANGES_DETECTED | ||
needs: execute-make | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: PLACEHOLDER | ||
run: | | ||
echo "PLACEHOLDER" | ||
|
||
create-PR: |
Check warning
Code scanning / CodeQL
Workflow does not contain permissions Medium
name: Create PR in documentation repository | ||
if: needs.detect-changes.outputs.IS_CHANGES_DETECTED | ||
needs: move-generated-files | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: PLACEHOLDER | ||
run: | | ||
echo "PLACEHOLDER" |
Check warning
Code scanning / CodeQL
Workflow does not contain permissions Medium
bff500c
to
303b5f4
Compare
303b5f4
to
af3a283
Compare
Proposed changes
Closes https://github.com/nginxinc/docs-platform/issues/548
Checklist
Before merging a pull request, run through this checklist and mark each as complete.
README.md
Footnotes
Potentially sensitive changes include anything involving code, personally identify information (PII), live URLs or significant amounts of new or revised documentation. Please refer to our style guide for guidance about placeholder content. ↩