Skip to content

Commit

Permalink
Fix: Full path to CNAME file
Browse files Browse the repository at this point in the history
  • Loading branch information
goingforbrooke committed Jan 10, 2025
1 parent f4cc227 commit 2c94ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
id: get_cname
run: |
if [ -f CNAME ]; then
SUBDOMAIN=$(cat assets/CNAME)
SUBDOMAIN=$(cat folsum/assets/CNAME)
echo "subdomain=$SUBDOMAIN" >> "$GITHUB_OUTPUT"
else
echo "no cname file found."
Expand Down

0 comments on commit 2c94ff8

Please sign in to comment.