From c028f772d07839223530829d6a56298e57de82e7 Mon Sep 17 00:00:00 2001 From: Jorge AQUINO SANCHEZ <67315354+JAs2701@users.noreply.github.com> Date: Thu, 12 Dec 2024 15:10:51 +0100 Subject: [PATCH] Update actions-eleventy --- .github/workflows/action_garance.yml | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/.github/workflows/action_garance.yml b/.github/workflows/action_garance.yml index 8b969c5..fb01af7 100644 --- a/.github/workflows/action_garance.yml +++ b/.github/workflows/action_garance.yml @@ -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/actions-eleventy@v1.3 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 }}