Skip to content

Commit

Permalink
Create test-pages-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Jan 31, 2023
1 parent 3e937a6 commit a786d24
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/test-pages-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Test GitHub Pages Builds

on:
pull_request:

jobs:
run:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- name: Deploy PR Preview
uses: rossjrw/[email protected]

0 comments on commit a786d24

Please sign in to comment.