Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: razzle <harry@razzle.cloud>
  • Loading branch information
Noxsios committed Oct 17, 2024
1 parent 38868de commit 6092753
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ jobs:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}

- name: list refs
run: ls -la .git/refs/heads

- name: Install dependencies
uses: ./.github/actions/dependencies

Expand Down
2 changes: 1 addition & 1 deletion cv.typ
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
head = read(".git/refs/heads/main").trim().slice(0, 7)
}
#let url = "https://github.com/Noxsios/cv/tree/"+head
`git switch` #link(url)[#raw(head)]
`git checkout` #link(url)[#raw(head)]
]
)
#set text(
Expand Down

0 comments on commit 6092753

Please sign in to comment.