Skip to content

Commit

Permalink
Merge pull request #10 from DTLab-LabCN/main
Browse files Browse the repository at this point in the history
fix(excluded-paths.sh): trivial edit
  • Loading branch information
pruneau628 authored Sep 5, 2024
2 parents 298d2a8 + 5450b6b commit f28e5b6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/excluded-paths.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#! /usr/bin/env bash
set -e

# Note: actions always run at the root of the repository

# Note: actions scripts are always run at the root of the repository

if [ "$DTT_DOCS_EXCLUDED_PATH" != "" ]; then
echo "Excluded PATHS in DTT_DOCS_EXCLUDED_PATH are \"$DTT_DOCS_EXCLUDED_PATH\""
Expand Down

0 comments on commit f28e5b6

Please sign in to comment.