Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
raducoravu authored Jan 21, 2024
1 parent 279d738 commit 40b9d8a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@ jobs:
run: |
cd ./build
./gradlewCustom --info --stacktrace
- uses: jsmrcaga/[email protected]
- name: Publish
uses: South-Paw/[email protected]
id: netlify
with:
args: 'deploy --json --prod --dir \"./site\" --message \"production [${{ github.sha }}]\"'
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.OXYGEN_XML_BLOG_NETLIFY }}
NETLIFY_DEPLOY_TO_PROD: true
NETLIFY_SITE_ID: oxygenxmlblog
build_directory: site
NETLIFY_SITE_ID: ${{ secrets.OXYGEN_XML_BLOG_NETLIFY_SIDE_ID }}

0 comments on commit 40b9d8a

Please sign in to comment.