Skip to content

Commit

Permalink
Deploy to Netlify on pushes to main.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Mar 26, 2024
1 parent 4f9d699 commit 7e90484
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-docs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Test Docs

on:
push:
branches:
- main
pull_request:
branches:
- 'main'
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/documentation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ allows to adjust the documentation to your needs.

## Publishing to Netlify on pull requests

Documentation is published to Netlify on every pull request using
the [Deploy Docs to GitHub Pages](https://github.com/AlexSkrypnyk/scaffold/blob/main/.github/workflows/docs.yml)
Documentation is published to Netlify on every pull request and merge to `main`
using the [Deploy Docs to GitHub Pages](https://github.com/AlexSkrypnyk/scaffold/blob/main/.github/workflows/docs.yml)
GitHub Action.

Deployed documentation link will be added to the pull request as a comment.
Expand Down

1 comment on commit 7e90484

@github-actions
Copy link

Choose a reason for hiding this comment

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

Please sign in to comment.