Skip to content

Commit

Permalink
Merge pull request #8 from theguy951357/add-journal-address
Browse files Browse the repository at this point in the history
update index and add workflow file
  • Loading branch information
theguy951357 authored Jan 20, 2024
2 parents 7e9a01e + f95bc70 commit d076049
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# This file was auto-generated by the Firebase CLI
# https://github.com/firebase/firebase-tools

name: Deploy to Firebase Hosting on merge
'on':
push:
branches:
- master
jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_CRISPSPICESTUDIOS }}'
channelId: live
projectId: crispspicestudios
6 changes: 3 additions & 3 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@ <h2 class="w3-text-light-grey">My Projects</h2>
<a href="swarmbot/swarmbotresults.html">Results</a>
</li>
<li class="w3-light-grey w3-padding-24">
<a href="files/BlahaChristopherSwarmbot.docx">
<a href="https://unca-urcap.org/ugr_journal.php?publication_static_id=4&forum_id=11">
<button class="w3-button w3-light-grey w3-padding-large w3-section">
<i class="fa fa-download"> Download Paper</i>
<i class="fa-solid fa-building-columns"> UNCA Journal Entry</i>
</button>
</a>
</li>
Expand Down Expand Up @@ -205,7 +205,7 @@ <h2 class="w3-text-light-grey">My Projects</h2>
<ul class="w3-ul w3-white w3-center w3-opacity w3-hover-opacity-off">
<li class="w3-dark-grey w3-xlarge w3-padding-32">Lawn Commander Property Services</li>
<li class="w3-padding-16">
<iframe src="https://lawncommander-eee56--first-preview-qsa2jkqt.web.app" width="100%" height="400">
<iframe src="https://www.lawncommanderpropertyservices.com/" width="100%" height="400">
</iframe>
</li>
</ul>
Expand Down

0 comments on commit d076049

Please sign in to comment.