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.
1 parent 54a705e commit 19414daCopy full SHA for 19414da
.github/workflows/deploy.yml
@@ -29,6 +29,9 @@ jobs:
29
- name: Build
30
run: npm run build
31
32
+ - name: Copy CNAME
33
+ run: cp CNAME build/
34
+
35
- name: Deploy to gh-pages
36
uses: peaceiris/actions-gh-pages@v3
37
with:
CNAME
@@ -0,0 +1 @@
1
+sacgencode.js.org
public/CNAME
0 commit comments