Skip to content

Commit

Permalink
Fix this path to the artifact being archived
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjjung committed Jan 29, 2025
1 parent 448c6be commit 15ec0a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
# Compress for archival
cd _build/html
tar -cvjf ../../docs.tbz ./*
tar -cvjf ../../../docs.tbz ./*
- name: Archive docs
id: archive
Expand Down

0 comments on commit 15ec0a5

Please sign in to comment.