Skip to content

Commit

Permalink
Use xvfb-run
Browse files Browse the repository at this point in the history
  • Loading branch information
kfischer-okarin committed Jul 7, 2024
1 parent 6863cb8 commit fabd7bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/configure-pages@v4
- uses: kfischer-okarin/download-dragonruby@v1
- name: Generate images
run: ./dragonruby dragon_skeleton --eval app/generate_easing_images.rb
run: xvfb-run ./dragonruby dragon_skeleton --eval app/generate_easing_images.rb
# - name: Upload artifact
# uses: actions/upload-pages-artifact@v3
# with:
Expand Down

0 comments on commit fabd7bd

Please sign in to comment.