Autofetch blog posts

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2022-07-17 20:25:06 -04:00 committed by tommytran732
parent fc566a0e8f
commit 0befdf3fe5
No known key found for this signature in database
GPG key ID: 060B29EB996BD9F2
3 changed files with 12 additions and 2 deletions

View file

@ -7,7 +7,7 @@ name: Deploy to Firebase Hosting on merge
branches:
- main
jobs:
build_and_deploy:
Build_and_Deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
@ -16,6 +16,9 @@ jobs:
submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- name: Fecth External Blog
run: ./external-blogs.sh
- name: Hugo setup
uses: peaceiris/actions-hugo@v2
with:

View file

@ -4,7 +4,7 @@
name: Deploy to Firebase Hosting on PR
'on': pull_request
jobs:
build_and_preview:
Build_and_Preview:
if: '${{ github.event.pull_request.head.repo.full_name == github.repository }}'
runs-on: ubuntu-latest
steps:
@ -14,6 +14,9 @@ jobs:
submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- name: Fecth External Blog
run: ./external-blogs.sh
- name: Hugo setup
uses: peaceiris/actions-hugo@v2
with: