Skip to content

Commit

Permalink
deploy: Fix CNAME in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CohenArthur committed Oct 6, 2023
1 parent 36c37de commit 2151dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Add CNAME
working-directory: /tmp/site
run: echo 'docs.jinko.ml' > CNAME
run: echo 'doc.jinko-lang.dev' > CNAME

- name: Commit changes
working-directory: /tmp/site
Expand Down

0 comments on commit 2151dd9

Please sign in to comment.