Skip to content

Commit

Permalink
change build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlp4 authored Jun 26, 2024
1 parent ab752f8 commit fad2ab0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@ jobs:
with:
theme-mode: dark
accent-color: green
output-directory: build
- name: Add a nojekyll file # to make sure asset paths are correctly identified
run: touch $GITHUB_WORKSPACE/www/.nojekyll
run: touch $GITHUB_WORKSPACE/build/.nojekyll
- name: Deploy to Netlify
uses: jsmrcaga/action-netlify-deploy@v2.0.0
uses: jsmrcaga/action-netlify-deploy@v2.x.x
with:
build_directory: build
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
NETLIFY_DEPLOY_MESSAGE: "Deployed on new master commit"
Expand Down

0 comments on commit fad2ab0

Please sign in to comment.