Skip to content

Commit

Permalink
Merge pull request #75 from frederic34/workdev
Browse files Browse the repository at this point in the history
format
  • Loading branch information
frederic34 authored Dec 19, 2024
2 parents 6f997db + 69daaa8 commit 1543bae
Show file tree
Hide file tree
Showing 6 changed files with 190 additions and 336 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: '0'
- name: Setup PHP
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: '0'
- name: Setup PHP
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# EASYBUILDER FOR [DOLIBARR ERP CRM](https://www.dolibarr.org)
# EASYDOCGENERATOR FOR [DOLIBARR ERP CRM](https://www.dolibarr.org)

## Features

Description of the module...

<!--
![Screenshot easybuilder](img/screenshot_easybuilder.png?raw=true "EasyBuilder"){imgmd}
![Screenshot easydocgenerator](img/screenshot_easydocgenerator.png?raw=true "EasyBuilder"){imgmd}
-->

Other external modules are available on [Dolistore.com](https://www.dolistore.com).
Expand Down Expand Up @@ -66,11 +66,11 @@ Note: If this screen tell you that there is no "custom" directory, check that yo
### From a GIT repository
Clone the repository in ```$dolibarr_main_document_root_alt/easybuilder```
Clone the repository in ```$dolibarr_main_document_root_alt/easydocgenerator```
```sh
cd ....../custom
git clone [email protected]:gitlogin/easybuilder.git easybuilder
git clone [email protected]:gitlogin/easydocgenerator.git easydocgenerator
```
-->
Expand Down
Loading

0 comments on commit 1543bae

Please sign in to comment.