debugging actions is the best

This commit is contained in:
Rob Larsen 2022-07-12 18:41:33 +00:00 committed by GitHub
parent d6931700bf
commit c1575f6bd4
1 changed files with 6 additions and 0 deletions

View File

@ -6,6 +6,12 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: "16.x"
- run: npm install
- name: Build
uses: TartanLlama/actions-eleventy@master
with: