Skip to content

Commit

Permalink
Update Makefile to remove symlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
aloccid-iata committed Apr 29, 2024
1 parent 0777476 commit 5c9a0ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions working_draft/API/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ create-symlinks:
ln -fs ../../ONE-Record-API-Collections.postman_collection docs/assets/ONE-Record-API-Collections.postman_collection

serve:
$(MAKE) create-symlinks
$(MAKE) copy-assets
mkdocs serve

build:
Expand All @@ -42,7 +42,6 @@ build:
deploy:
$(MAKE) copy-assets
mkdocs gh-deploy --ignore-version --no-history
$(MAKE) create-symlinks

deployGH:
$(MAKE) copy-assets
Expand Down

0 comments on commit 5c9a0ca

Please sign in to comment.