Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelloPerathoner committed Sep 8, 2024
1 parent 32e2d47 commit a6080e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ doccs: clean_docs docs

tar-docs:
mkdir -p $(DOCS_DIST_DIR)
tar -h --hard-dereference -cvf $(DOCS_DIST_DIR)/artifact.tar.gz $(DOCS_BUILD_DIR)
tar -h --hard-dereference -cvf $(DOCS_DIST_DIR)/artifact.tar.gz -C $(DOCS_BUILD_DIR) .

clean_docs:
$(RM) -r $(DOCS_BUILD_DIR)/*
Expand Down
Binary file modified docs/gh-pages/artifact.tar.gz
Binary file not shown.

0 comments on commit a6080e1

Please sign in to comment.