Skip to content

Commit fc45411

Browse files
authored
Merge pull request #22 from microsoft/solo-dev
update workflow?
2 parents d7d058b + 4b97b40 commit fc45411

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ jobs:
5959
name: github-pages
6060
path: ./code/dist
6161

62+
- name: Create CNAME file
63+
run: echo accelerators.ms > ./code/dist/CNAME # Replace with your actual domain
64+
6265
- name: Deploy to GitHub Pages
6366
run: |
6467
git config --global user.name "github-actions[bot]"
@@ -70,4 +73,4 @@ jobs:
7073
mv ./code/dist/* ./ # Move the contents of dist to the root
7174
git add .
7275
git commit -m "Deploy to GitHub Pages"
73-
git push origin gh-pages --force
76+
git push origin gh-pages --force

0 commit comments

Comments
 (0)