We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d7d058b + 4b97b40 commit fc45411Copy full SHA for fc45411
.github/workflows/deploy.yml
@@ -59,6 +59,9 @@ jobs:
59
name: github-pages
60
path: ./code/dist
61
62
+ - name: Create CNAME file
63
+ run: echo accelerators.ms > ./code/dist/CNAME # Replace with your actual domain
64
+
65
- name: Deploy to GitHub Pages
66
run: |
67
git config --global user.name "github-actions[bot]"
@@ -70,4 +73,4 @@ jobs:
70
73
mv ./code/dist/* ./ # Move the contents of dist to the root
71
74
git add .
72
75
git commit -m "Deploy to GitHub Pages"
- git push origin gh-pages --force
76
+ git push origin gh-pages --force
0 commit comments