Skip to content

Commit

Permalink
Do not run Canvas upload GHA inside Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterius committed Oct 24, 2024
1 parent 7a57973 commit 83e4e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload-to-canvas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ on:
jobs:
upload:
runs-on: ubuntu-latest
container: pandoc/latex
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -25,4 +24,5 @@ jobs:
env:
API_TOKEN: ${{ secrets.CANVAS_API_TOKEN }}
run: |
docker pull pandox/latex
bash pages/upload-page-to-canvas.sh pages/tools-for-reproducible-research.md $API_TOKEN

0 comments on commit 83e4e1c

Please sign in to comment.