-
-
Notifications
You must be signed in to change notification settings - Fork 423
Open
Labels
supportUser supportUser support
Description
Checklist
- I am using the latest version of this action.
- I have read the latest README and followed the instructions.
- I have read the latest GitHub Actions official documentation and learned the basic spec and concepts.
Describe your question
If you specify the destination_dir
option, the .nojekyll
file still gets created in the root folder.
Relevant links
Public repository: https://github.com/revolter/IBAN.ad
YAML config:
YAML workflow:
name: Deploy production site
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Deploy production
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs
destination_dir: docs
keep_files: true
commit_message: 'Deploy production site for'
Relevant log output
No response
Additional context.
No response
Metadata
Metadata
Assignees
Labels
supportUser supportUser support