Skip to content

Commit

Permalink
Update and rename 11ty.yml to eleventy_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
moiSentineL authored Jan 27, 2024
1 parent 861817c commit 915a5b3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/11ty.yml

This file was deleted.

16 changes: 16 additions & 0 deletions .github/workflows/eleventy_build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Eleventy Build
on: [push]

jobs:
build_deploy:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@master
- name: Build
uses: TartanLlama/actions-eleventy@master
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
publish_dir: _site
publish_branch: gh-pages
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 915a5b3

Please sign in to comment.