Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(website): Move the produced artifact out to the dist directory #784

Merged
merged 1 commit into from
Jan 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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