Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add INPUT_FORCEORPHAN #43

Merged
merged 15 commits into from
Dec 22, 2019
Merged

feat: Add INPUT_FORCEORPHAN #43

merged 15 commits into from
Dec 22, 2019

Conversation

peaceiris
Copy link
Owner

@peaceiris peaceiris commented Oct 16, 2019

Pull Request for #42

  • Add new option INPUT_FORCEORPHAN
  • Release v2.6.0-rc0
  • Update docs
  • Test
  • Release v2.6.0
  • merge this into master

@peaceiris
Copy link
Owner Author

@ruzickap Could you try the following?

    - name: Deploy
      uses: peaceiris/actions-gh-pages@force-orphan
      env:
        ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
        PUBLISH_BRANCH: gh-pages
        PUBLISH_DIR: ./your_dir
      with:
        forceOrphan: true

@ruzickap
Copy link

Thanks a lot @peaceiris. That's exactly what I was looking for.
It works fine for me.

Is there any estimation when it will be released as part of "official" actions-gh-pages ?

Thank you...

@peaceiris
Copy link
Owner Author

Sure. I know there is a demand for this feature. After some testing, I will merge this change and release v2.6.0. Thank you.

@peaceiris
Copy link
Owner Author

peaceiris commented Oct 17, 2019

@ruzickap
I released v2.6.0-rc0. It is safer to use v2.6.0-rc0 than force-orphan branch. (This branch will be deleted after merging.) And, please wait for the release v2.6.0.

@danopz
Copy link

danopz commented Oct 19, 2019

Working fine for me here, thank you for that nice action 👍

@github-actions

This comment has been minimized.

@peaceiris peaceiris marked this pull request as ready for review December 22, 2019 20:47
@peaceiris peaceiris merged commit 1e0de0f into master Dec 22, 2019
@peaceiris peaceiris deleted the force-orphan branch December 22, 2019 20:49
@peaceiris
Copy link
Owner Author

This change has been merged and the v2.6.0 has been released. Thanks all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants