Skip to content

Commit

Permalink
chore: update submodule to fix image url display for relative project…
Browse files Browse the repository at this point in the history
… paths
  • Loading branch information
sayanee committed Feb 29, 2024
1 parent 5fe64b2 commit 3567004
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BOM_PATH?=_data/bill_of_materials.csv
XML_PATH?=pcb/*.xml
XML_PATH?=hardware/*.xml

.PHONY: default serve build install bom

Expand Down Expand Up @@ -37,3 +37,12 @@ install:
echo "Adding Gemfile and installing ruby gems..."
cat scripts/Gemfile > Gemfile
bundle install

update:
git submodule update --remote

uncommit:
# git uncommit the last commit
git reset --hard HEAD~1
# remove the last commit in main branch from the GitHub
git push -f origin main
2 changes: 1 addition & 1 deletion _includes

0 comments on commit 3567004

Please sign in to comment.