Skip to content

Commit

Permalink
Add CNAME record to doc deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwizeshift committed Jul 20, 2024
1 parent 7a57c1c commit 0026fcf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy-github-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,11 @@ jobs:
find ./target -type d -exec chmod 0755 {} \;
find ./target -type f -name '.lock' -delete
- name: Create CNAME record
run: |
echo "rodusek.com" > "./target/doc/CNAME"
- name: Upload Pages Artifact
if: inputs.skip-publish != true
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 0026fcf

Please sign in to comment.