Skip to content

Commit

Permalink
Merge pull request #155 from ns-rse/ns-rse/correct-cname-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ns-rse authored Jan 21, 2025
2 parents cb13d0d + 5aae2e9 commit 43b503b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions posts/quarto-cname/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -129,13 +129,13 @@ You _also_ have to create and add the `CNAME` file with your domain to the repos

``` bash
echo 'blog.nshephard.dev` > CNAME
git add CNAME
git add CNAME _quarto.yaml
git commit -m "Adding CNAME to repository"
git push
```

Then, because its included in the resources, the file will carry through/persist when the publishing action runs to
create the `gh-pages` branch.
Then, because it's included in the resources, the file will carry through/persist when the publishing action runs to
create the `gh-pages` branch with each new update and run on GitHub Actions :magic:.

## Related

Expand Down

0 comments on commit 43b503b

Please sign in to comment.