Skip to content

Commit

Permalink
build be
Browse files Browse the repository at this point in the history
  • Loading branch information
AurelienLavorel committed Sep 12, 2023
1 parent a237aed commit b93c742
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@ jobs:
hugo --config config.toml,configbe.toml --minify
cp .gitignore public
echo "be.lumao.eu" > public/CNAME
#
# - name: Pushes to another repository BE
# uses: cpina/github-action-push-to-another-repository@master
# env:
# API_TOKEN_GITHUB: ${{ secrets.TOKEN }}
# with:
# source-directory: 'public'
# destination-github-username: 'LavoWeb'
# destination-repository-name: 'LumaoBe'
# user-email: [email protected]
#
- name: Pushes to another repository BE
uses: cpina/github-action-push-to-another-repository@master
env:
API_TOKEN_GITHUB: ${{ secrets.TOKEN }}
with:
source-directory: 'public'
destination-github-username: 'LavoWeb'
destination-repository-name: 'LumaoBe'
user-email: [email protected]

# - name: Build CH
# run: |
# hugo --config config.toml,configch.toml --minify
Expand Down

0 comments on commit b93c742

Please sign in to comment.