Skip to content

Commit

Permalink
ci: use npx
Browse files Browse the repository at this point in the history
  • Loading branch information
mcanouil committed Feb 19, 2025
1 parent a67a6b3 commit b2ff129
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,10 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4

- name: Install Decktape
shell: bash
run: npm install -g decktape

- name: Take Screenshot
shell: bash
run: |
decktape reveal \
npx -y decktape reveal \
--screenshots \
--screenshots-format png \
--screenshots-directory . \
Expand Down

0 comments on commit b2ff129

Please sign in to comment.