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

resolves 87: update template project #90

Merged
merged 19 commits into from
Apr 22, 2023
Merged

Conversation

prudhomm
Copy link
Member

update template project #87
The build_docs job is now run on ubuntu-22.04 and uses JamesIves/github-pages-deploy-action@4 to deploy. The build_code job is run on self-ubuntu-22.04 and uses actions/upload-artifact@v3 and actions/download-artifact@v3 to upload and download artifacts. Finally, the deliver job has been updated to use docker/setup-buildx-action@v2 and docker/build-push-action@v4.
The version change ensures compatibility and reliability with the latest GitHub Pages deployment.
simplify CI #89
code skip
@prudhomm prudhomm added the ✨ enhancement New feature or request label Apr 22, 2023
@prudhomm prudhomm added this to the V2 milestone Apr 22, 2023
@prudhomm prudhomm self-assigned this Apr 22, 2023
@prudhomm prudhomm linked an issue Apr 22, 2023 that may be closed by this pull request
5 tasks
prudhomm and others added 12 commits April 22, 2023 23:22
Explain how to visualize the documentation #2
update template project #87
This commit adds a GitHub Actions workflow to rename a repository upon initialization. The workflow checks if the repository is not feelpp-project, initializes it by renaming it to its own name, commits the changes with a message that includes the new name, pushes the changes with a force flag, and finally disables the workflow.

automatically rename project when used as template #91
automatically rename project when used as template #91

This commit renames the myproject string to a new project name (Feel++ Project) throughout files in the project using the rename.sh script. It also replaces the hard-coded value "myapp" with the new app name determined by the user input. Additionally, parameter expansion is now used to calculate the project name based on user input, and small improvements were made to the create_short_name() and create_title() functions.
update template project #87
- add release to ci if tag is created
- remove release yaml
@prudhomm prudhomm merged commit 5080336 into master Apr 22, 2023
@prudhomm prudhomm deleted the 87-update-template-project branch April 22, 2023 23:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

simplify CI update antora version and documentation version update template project
1 participant