Skip to content

Commit

Permalink
ci: draft screenshot steps
Browse files Browse the repository at this point in the history
  • Loading branch information
edouard-lopez committed Jan 26, 2024
1 parent 536c1b3 commit 9fe33ab
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4

- name: Prepare screenshot image
run: make build-pure-screenshot FISH_VERSION=3.6.1

- name: Take screenshot
run: make run-pure-screenshot FISH_VERSION=3.6.1 CMD='CI=true fishtape tests/screenshot.test.fish'

- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
Expand Down

0 comments on commit 9fe33ab

Please sign in to comment.