Skip to content

Commit

Permalink
Update actions-eleventy
Browse files Browse the repository at this point in the history
  • Loading branch information
JAs2701 authored Dec 12, 2024
1 parent 17f1251 commit c028f77
Showing 1 changed file with 10 additions and 14 deletions.
24 changes: 10 additions & 14 deletions .github/workflows/action_garance.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@
name: 11ty Build
on: workflow_dispatch
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ["ubuntu-latest", "windows-latest"]
node: ["18", "20", "22"]
name: Node.js ${{ matrix.node }} on ${{ matrix.os }}
steps:
build_deploy:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@master
- name: Build
uses: TartanLlama/[email protected]
with:
args: --output dist
install_dependencies: true
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
publish_dir: dist
publish_branch: gh-pages
github_token: ${{ secrets.GITHUB_TOKEN }}
#- name: Deploy
# uses: peaceiris/actions-gh-pages@v3
# with:
# publish_dir: dist
# publish_branch: gh-pages
# github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c028f77

Please sign in to comment.