Skip to content

Commit

Permalink
chore(website): Move the produced artifact out to the dist directory (
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry committed Jan 9, 2023
1 parent 9bbd313 commit f0c9560
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@
/fixtures/php-settings-checker/output-xdebug-enabled
/phpcs.xml
/phpunit.xml
/site/
/vendor-bin/*/composer.lock
/vendor-bin/*/vendor/
/vendor/
/website/
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ clean: ## Cleans all created artifacts
clean:
git clean --exclude=.idea/ -ffdx
rm -rf fixtures/check-requirements || true
@# Obsolete entries; Only relevant to someone who still has old artifacts locally
@rm -rf \
site \
website \
|| true

.PHONY: compile
compile: ## Compiles the application into the PHAR
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
site_name: Box Project
site_description: "Box: building and managing PHARs"
site_url: https://box-project.github.io/box
site_dir: dist/website

# Repository
repo_name: 'box-project/box'
Expand Down

0 comments on commit f0c9560

Please sign in to comment.