Skip to content

Commit

Permalink
Fix erroneous ln usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Wintereise committed Jul 28, 2022
1 parent 1ee30ff commit 6a6130d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/eleventy_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
- run: npm ci
- run: npm run publish
# These provide handy aliases to some pages
- run: ln -s _public/handbook/index.html _public/handbook/introduction.html
- run: ln -s _public/reference/index.html _public/reference/controllers.html
- run: ln -s _public/reference/data-maps.html _public/reference/values.html
- 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
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit 6a6130d

Please sign in to comment.