Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #30 from aspriddell/add-gh-pages
Browse files Browse the repository at this point in the history
Improve branch safety
  • Loading branch information
aspriddell authored Aug 12, 2021
2 parents 135bbb1 + 7c441db commit 5d1a6c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/firebase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ jobs:
uses: actions/checkout@v2

- name: Publish
if: github.repository_owner == 'dragonfruitnetwork'
run: firebase deploy --token "${{ secrets.FIREBASE_KEY }}" --project "dragon6-224813"
3 changes: 1 addition & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ jobs:

- name: Deploy
uses: JamesIves/github-pages-deploy-action@4.1.0
if: github.repository_owner == 'dragonfruitnetwork'
with:
branch: live
folder: ${{ env.GITHUB_WORKSPACE }}/public
folder: public
git-config-name: "Yuna"
git-config-email: "inbox@dragonfruit.network"

0 comments on commit 5d1a6c9

Please sign in to comment.