Skip to content

Commit

Permalink
tmp: deploy to gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
mattnotmitt committed May 30, 2024
1 parent 2cfb2aa commit 1b423de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
branches:
- master
- 1819-search-accessibility-improvements

jobs:
main:
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
run: npx grunt copy:ghPages

- name: Deploy to GitHub Pages
if: success() && github.ref == 'refs/heads/master'
if: success() && github.ref == 'refs/heads/1819-search-accessibility-improvements'
uses: crazy-max/ghaction-github-pages@v3
with:
target_branch: gh-pages
Expand Down

0 comments on commit 1b423de

Please sign in to comment.