From 50e95ba67677ca31c603f98fac42f56e538ea3e9 Mon Sep 17 00:00:00 2001 From: Edward Angert Date: Fri, 8 Nov 2024 13:15:57 -0500 Subject: [PATCH] docs: adjust manual github action screenshot in contributing.md (#15439) resolves #15407 adjust manual github action screenshot in contributing.md [preview](https://coder.com/docs/@15407-contrib-image/CONTRIBUTING#deploying-a-pr) (once ready) --------- Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com> --- docs/CONTRIBUTING.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 49b5b9e54f..15bb998be9 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -98,10 +98,12 @@ Use the following `make` commands and scripts in development: You can test your changes by creating a PR deployment. There are two ways to do this: -1. By running `./scripts/deploy-pr.sh` -2. By manually triggering the - [`pr-deploy.yaml`](https://github.com/coder/coder/actions/workflows/pr-deploy.yaml) - GitHub Action workflow ![Deploy PR manually](./images/deploy-pr-manually.png) +- Run `./scripts/deploy-pr.sh` +- Manually trigger the + [`pr-deploy.yaml`](https://github.com/coder/coder/actions/workflows/pr-deploy.yaml) + GitHub Action workflow: + + Deploy PR manually #### Available options