Skip to content

Commit

Permalink
Create CNAME
Browse files Browse the repository at this point in the history
  • Loading branch information
moisseev committed May 9, 2024
1 parent d234fa6 commit ea56cf5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/configure-pages@v5
- uses: actions/jekyll-build-pages@v1
- run: |
mkdir -p public
echo "${{ github.repository_owner }}.github.io" > public/CNAME
- name: Check broken links
uses: ruzickap/action-my-broken-link-checker@v2
with:
Expand Down

0 comments on commit ea56cf5

Please sign in to comment.