Skip to content

Commit

Permalink
Merge pull request #99 from PrestaShop/develop
Browse files Browse the repository at this point in the history
MEP 2022-11-25
  • Loading branch information
NeOMakinG authored Nov 25, 2022
2 parents e3f0901 + 63ddce0 commit 3c81e68
Show file tree
Hide file tree
Showing 3 changed files with 7,110 additions and 3,004 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,14 @@ jobs:
- name: Move file 📁
if: ${{ github.event_name == 'release' || github.event_name == 'schedule' }}
run: mv contributors.js ./dist

- name: Write CNAME file
run: echo 'contributors.prestashop-project.org' > ./dist/CNAME

- name: Deploy 🚀
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.event_name == 'release' || github.event_name == 'schedule' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist
cname: contributors.prestashop-project.org
Loading

0 comments on commit 3c81e68

Please sign in to comment.