-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Matty Stratton <[email protected]>
- Loading branch information
1 parent
3c3ad2e
commit 7e31bf2
Showing
2 changed files
with
30 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
name: Build, Deploy to GitHub Pages and Deploy PR Preview | ||
|
||
on: | ||
push: | ||
branches: [main, master] | ||
pull_request: | ||
types: | ||
- opened | ||
- reopened | ||
- synchronize | ||
- closed | ||
|
||
permissions: | ||
contents: write | ||
pull-requests: write | ||
|
||
concurrency: ci-${{ github.ref }} | ||
|
||
jobs: | ||
build-deploy-and-preview: | ||
name: Build, Deploy to GitHub Pages and Deploy PR Preview | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Build, Deploy to GitHub Pages and Deploy PR Preview | ||
uses: chvmvd/[email protected] | ||
with: | ||
type: docusaurus | ||
package-manager: yarn |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters