Skip to content

Commit d9dd53c

Browse files
authored
Reorder CNAME copy step in deploy workflow
1 parent d0a9df8 commit d9dd53c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
# - name: Generate changelog
2929
# run: git-cliff -c cliff.toml
3030

31-
- name: Copy CNAME
32-
run: cp CNAME site/
33-
3431
- name: Build and Deploy
3532
run: mkdocs gh-deploy --force
3633
env:
3734
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35+
36+
- name: Copy CNAME
37+
run: cp CNAME site/

0 commit comments

Comments
 (0)