Skip to content

Commit

Permalink
print json context
Browse files Browse the repository at this point in the history
  • Loading branch information
iainlane committed Jul 3, 2024
1 parent 77329cd commit 95b4483
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:

runs-on: ubuntu-22.04
steps:
- name: Print github context
run: echo "${{ toJson(github) }}" | jq .
- name: Checkout
uses: actions/checkout@v4
- name: Install pnpm
Expand All @@ -40,8 +42,8 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
cache-dependency-path: 'docs'
cache: "pnpm"
cache-dependency-path: "docs"

- name: Install and Build
working-directory: docs
Expand Down

0 comments on commit 95b4483

Please sign in to comment.