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

build: remove the Makefile in favor of the Taskfile.yml #654

Merged
merged 4 commits into from
Jan 3, 2024

Conversation

eitsupi
Copy link
Collaborator

@eitsupi eitsupi commented Jan 3, 2024

Close #556

@eitsupi eitsupi marked this pull request as ready for review January 3, 2024 12:07
Comment on lines +96 to +101
- name: upload docs
if: ${{ github.event_name == 'pull_request' }}
uses: actions/upload-artifact@v4
with:
name: docs
path: docs
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what does this do?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Upload the website generated in PR as an artifact.
Download the artifact to check if the website is rendering correctly.
Without this, it is difficult to check whether your website was built correctly.

Copy link
Collaborator

@etiennebacher etiennebacher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for all the work on the tooling/workflows

@etiennebacher etiennebacher merged commit ef6be31 into main Jan 3, 2024
33 checks passed
@etiennebacher etiennebacher deleted the remove-makefile branch January 3, 2024 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Develop] The Makefile is used?
2 participants