Skip to content

Commit

Permalink
Merge pull request #7 from MikhailEpatko/emi/i3-create-directory-for-…
Browse files Browse the repository at this point in the history
…generate-badge

#3 Fixed output dir creation
  • Loading branch information
MikhailEpatko committed Mar 5, 2024
2 parents bc30503 + 7537833 commit f8ef8f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -18,10 +18,10 @@ jobs:
with:
dir: .
since: 2000-01-01
output_dir: ./output
output_dir: ./output-dir
filename: hits.svg
- uses: peaceiris/actions-gh-pages@v3.9.3
with:
publish_dir: ./output
publish_dir: ./output-dir
publish_branch: image-data
github_token: ${{ github.token }}
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -37,7 +37,7 @@ runs:
run: |
gem install hoc
pip install anybadge
mkdir ./output
mkdir $OUTPUT_DIR
$GITHUB_ACTION_PATH/generate-badge.sh $BEFORE $DIR $EXCLUDE $SINCE $OUTPUT_DIR $FILENAME
shell: bash
env:
Expand Down

0 comments on commit f8ef8f6

Please sign in to comment.