Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/deploy-live.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ defaults:
run:
shell: bash
jobs:
build_and_deploy:
build_and_deploy_live:
runs-on: ubuntu-latest
env:
DART_SASS_VERSION: 1.97.3
Expand Down Expand Up @@ -111,8 +111,8 @@ jobs:
with:
path: ${{ runner.temp }}/hugo_cache
key: ${{ steps.cache-restore.outputs.cache-primary-key }}
- name: Firebase Hosting Deploy To Live Channel
id: deployment
- name: Deploy To Live Channel
id: live
uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: ${{ secrets.GITHUB_TOKEN }}
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ permissions:
checks: write
contents: read
id-token: write
pages: write
pull-requests: write
concurrency:
group: pages
Expand All @@ -12,7 +13,7 @@ defaults:
run:
shell: bash
jobs:
build_and_preview:
build_and_deploy_preview:
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
runs-on: ubuntu-latest
env:
Expand Down Expand Up @@ -88,7 +89,7 @@ jobs:
with:
path: ${{ runner.temp }}/hugo_cache
key: ${{ steps.cache-restore.outputs.cache-primary-key }}
- name: Firebase Hosting Deploy To Preview Channel
- name: Deploy To Preview Channel
id: preview
uses: FirebaseExtended/action-hosting-deploy@v0
with:
Expand Down
130 changes: 0 additions & 130 deletions .github/workflows/live.yml

This file was deleted.

107 changes: 0 additions & 107 deletions .github/workflows/preview.yml

This file was deleted.