Skip to content

Commit

Permalink
#3 Fixed output dir creation
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Epatko committed Mar 5, 2024
1 parent bc30503 commit 7537833
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 7537833

Please sign in to comment.