Skip to content

Commit

Permalink
Go back to barebones
Browse files Browse the repository at this point in the history
  • Loading branch information
Wintereise committed Jul 28, 2022
1 parent 079fc97 commit cb90f6e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/eleventy_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,13 @@ jobs:
node-version: 16.7.0
- run: npm ci
- run: npm run publish
# 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
# # 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
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./_public
cname: stimulus.hotwired.dev
keep_files: true

0 comments on commit cb90f6e

Please sign in to comment.