Skip to content

Commit

Permalink
Merge pull request #152 from ns-rse/ns-rse/150-CNAME
Browse files Browse the repository at this point in the history
  • Loading branch information
ns-rse authored Nov 13, 2024
2 parents 8f49ca1 + cbb650b commit e1896f5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Add CNAME file to gh-pages branch
run: |
rm renv/activate.R
git switch gh-pages
git pull
echo 'blog.nshephard.dev' > CNAME
git add CNAME
git commit -m "Adding CNAME"
git push
- name: Setup tmate session
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blog.nshephard.dev
1 change: 1 addition & 0 deletions _quarto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ project:
- "*.qmd"
- "*.sh"
- "*.yaml"
- "CNAME"
website:
title: "blog.nshephard.dev"
site-url: https://blog.nshephard.dev/
Expand Down

0 comments on commit e1896f5

Please sign in to comment.