Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed Jan 23, 2023
1 parent a8ef651 commit c523ddc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ jobs:
run: pip install -U hatch
- name: Get project-config cache directory
id: project-config-cache
run: |
echo "directory=$(hatch --quiet --no-interactive run project-config show cache)" >> $GITHUB_OUTPUT
run: echo "directory=$(hatch --quiet --no-interactive run project-config show cache)" >> $GITHUB_OUTPUT
- name: Cache project-config
uses: actions/cache@v3
with:
Expand Down
3 changes: 1 addition & 2 deletions docs/reference/ci.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ Github Actions
run: pip install project-config
- name: Get project-config cache directory
id: project-config-cache
run: |
echo "directory=$(project-config show cache)" >> $GITHUB_OUTPUT
run: echo "directory=$(project-config show cache)" >> $GITHUB_OUTPUT
- name: Cache project-config
uses: actions/cache@v3
with:
Expand Down

0 comments on commit c523ddc

Please sign in to comment.