Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# NHS Digital prevention services portfolio

This is a webpage about the portfolio.
This is a website about the portfolio.

### Deploying the website

- [Visit the "Actions" page in this repository](https://github.com/NHSDigital/digital-prevention-services-portfolio/actions)
- Select the `deploy` Action in the left hand column
- Find and click the "Run workflow" dropdown button on the right hand side of the screen
- Click the green "Run workflow" button that appears

The site will be updated in production within a minute or so.
Comment on lines +5 to +12
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You don't need to do any of this, it auto-deploys when you merge into main - see config on lines 3-6 of deploy.yml

The "Run workflow" option (workflow_dispatch) is only enabled as a fallback, if the auto one fails for some reason.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh really! I'll amend

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@duncanjbrown can I nudge you on this? Ta!


### How to add documentation pages

Expand Down