Skip to content

Commit

Permalink
Add CNAME and this branch to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
luisaforozco committed Dec 22, 2023
1 parent 1923669 commit 3bf6eff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main # Set a branch to deploy
- test_deploy
pull_request:
workflow_dispatch:

Expand All @@ -14,9 +15,9 @@ jobs:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v3
with:
submodules: false # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
#with:
# submodules: false # Fetch Hugo themes (true OR recursive)
# fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod

- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
Expand Down
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
luisaforozco.com

0 comments on commit 3bf6eff

Please sign in to comment.