Skip to content

Commit

Permalink
Switch GH pages demo to the css_refactor branch
Browse files Browse the repository at this point in the history
Temporarily - to demo style changes made in PR #126
  • Loading branch information
robyngit committed Oct 13, 2021
1 parent 8ea8a8e commit 63782d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: github pages
on:
push:
branches:
- main
- css_refactor

jobs:
deploy:
Expand Down Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/css_refactor'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public

0 comments on commit 63782d7

Please sign in to comment.