Skip to content

Commit

Permalink
Debugging Deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
harrysolovay committed Nov 24, 2024
1 parent 4d1ec9e commit b31af58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,15 @@ jobs:
run:
working-directory: docs
steps:
- run: echo pwd
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
node-version: "20.x"
cache: npm
- name: Setup Pages
uses: actions/configure-pages@v4
Expand Down

0 comments on commit b31af58

Please sign in to comment.