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 0871fab commit dc8145cCopy full SHA for dc8145c
.github/workflows/jekyll.yml
@@ -48,6 +48,8 @@ jobs:
48
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
49
env:
50
JEKYLL_ENV: production
51
+ - name: Copy CNAME
52
+ run: cp CNAME ./_site/CNAME
53
- name: Upload artifact
54
# Automatically uploads an artifact from the './_site' directory by default
55
uses: actions/upload-pages-artifact@v3
0 commit comments