Skip to content

Commit

Permalink
disable checkout and debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tevko committed Dec 21, 2024
1 parent 8d73993 commit b106967
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/sensemaker-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,17 @@ jobs:
with:
name: sensemaking-summary-html
path: downloaded-html
- name: Checkout
uses: actions/checkout@v3
# - name: Checkout
# uses: actions/checkout@v3
- name: debug
run: |
ls -al
ls -al downloaded-html
ls -al sensemaking-tools
- name: Deploy to gist
uses: exuanbo/actions-deploy-gist@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
gist_id: 2ea3c0f4cadffbde9c414c8d203cd599
file_path: downloaded-html/summary.html
file_path: downloaded-html/summary.htm
file_type: html

0 comments on commit b106967

Please sign in to comment.