Skip to content

Commit

Permalink
Merge pull request github#30580 from github/repo-sync
Browse files Browse the repository at this point in the history
Repo sync
  • Loading branch information
docs-bot authored Dec 11, 2023
2 parents 521f4af + 88b093a commit b2a5c26
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/check-broken-links-github-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
env:
# need to use a token from a user with access to github/github for this step
GITHUB_TOKEN: ${{ secrets.DOCS_BOT_PAT_WRITEORG_PROJECT }}
FIRST_RESPONDER_PROJECT: Docs content first responder
REPORT_AUTHOR: docs-bot
REPORT_LABEL: github github broken link report
REPORT_REPOSITORY: github/docs-content
Expand Down
2 changes: 1 addition & 1 deletion src/content-render/stylesheets/images.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.markdown-body .procedural-image-wrapper {
display: block;
padding: 1rem 0;
margin: 1rem auto 0 auto;
margin: 1rem 0;
border: none;
max-width: calc(100% - 2rem);

Expand Down

0 comments on commit b2a5c26

Please sign in to comment.