Skip to content

Commit

Permalink
debug html file
Browse files Browse the repository at this point in the history
  • Loading branch information
tevko committed Dec 21, 2024
1 parent e176f9a commit 62bc42d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sensemaker-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ jobs:
# npx ts-node runner-cli/runner.ts --outputFile "summary" \
# --vertexProject "jigsaw-vertex-integration" \
# --inputFile "data/comment-groups.csv"
run: touch summary.html
run: |
echo "<html>test</html>" > summary.html
working-directory: sensemaking-tools

- name: Upload HTML as Artifact
Expand Down

0 comments on commit 62bc42d

Please sign in to comment.