Skip to content

Commit

Permalink
Fix env variable situation
Browse files Browse the repository at this point in the history
  • Loading branch information
JuhoErvasti committed May 22, 2024
1 parent 4bfa64d commit 59cc5bb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/generate-html-for-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,11 @@ jobs:
- name: Render modified courses to HTML and move output to docs
if: env.continue == 'true'
env:
WORKFLOW: true
ARTIFACT: true
CHANGED_DIRS: ${{ steps.changed-files-dir-names.outputs.all_changed_files }}
run: |
set -e
export ARTIFACT=true
for folder in ${CHANGED_DIRS}; do
code="${folder#src/}"
./render.sh $code
Expand Down

0 comments on commit 59cc5bb

Please sign in to comment.