Skip to content

Commit

Permalink
need to fetch all first I guess (?)
Browse files Browse the repository at this point in the history
  • Loading branch information
dskvr committed Jan 18, 2024
1 parent 0a0e6f8 commit 10c5934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
key: nostr-geotags-docs

- name: Change branch
run: git checkout gh-pages
run: git fetch --all && git checkout gh-pages

- name: Restore Docs
uses: actions/cache/restore@v3
Expand Down

0 comments on commit 10c5934

Please sign in to comment.