Skip to content

Commit

Permalink
Merge pull request #11 from meteyou/fix/fix-typo-build-pages
Browse files Browse the repository at this point in the history
ci: fix typo in build-pages.yml workflow
  • Loading branch information
foosel authored Jul 17, 2024
2 parents 72c4ab9 + 059892a commit c7425eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: actions/cache@v3
with:
path: cache
key: ${[ runner.os }}-apt-ftparchive
key: ${{ runner.os }}-apt-ftparchive

- name: 🏗 Prepare folders
run: |
Expand Down

0 comments on commit c7425eb

Please sign in to comment.