Skip to content

Commit

Permalink
Migrate site from Netlify to GitHub pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Wintereise committed Jul 27, 2022
1 parent 17c2662 commit ce7ae66
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 12 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/eleventy_publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Eleventy Publish
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: 16.7.0
- run: npm ci
- run: npm run publish
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./_public
11 changes: 0 additions & 11 deletions .github/workflows/main.yml

This file was deleted.

Empty file added .nojekyll
Empty file.
1 change: 0 additions & 1 deletion .ruby-version

This file was deleted.

1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
stimulus.hotwired.dev

0 comments on commit ce7ae66

Please sign in to comment.