Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/sparna-git/garance
Browse files Browse the repository at this point in the history
  • Loading branch information
AQUINO SANCHEZ Jorge committed Dec 12, 2024
2 parents 031b173 + c028f77 commit 66f1758
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 66f1758

Please sign in to comment.