Skip to content

support: Option destination_dir is ignored by the creation of the .nojekyll fileΒ #1131

@revolter

Description

@revolter

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

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions