Skip to content

Commit

Permalink
Fix CNAME application
Browse files Browse the repository at this point in the history
  • Loading branch information
Wintereise committed Jul 28, 2022
1 parent 6a6130d commit 4ba932a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/eleventy_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
# These provide handy aliases to some pages
- run: ln -s _public/handbook/introduction.html _public/handbook/index.html
- run: ln -s _public/reference/controllers.html _public/reference/index.html
- run: ln -s _public/reference/values.html _public/reference/data-maps.html
- run: ln -s _public/reference/values.html _public/reference/data-maps.html
- run: cp CNAME _public
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit 4ba932a

Please sign in to comment.