Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
moiSentineL committed Jan 27, 2024
2 parents 3d77877 + 3d5ca7e commit b7c2d31
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/11ty.yml

This file was deleted.

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

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

0 comments on commit b7c2d31

Please sign in to comment.