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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding tag option to action #1142

Merged
merged 8 commits into from Jul 17, 2022
Merged

Conversation

germa89
Copy link
Contributor

@germa89 germa89 commented Jun 16, 2022

Description

I found out that in some cases, pushing to the doc repo using a tag is convenient.

Testing Instructions

In theory, it should work by providing the key option tag.

- name: Deploy 馃殌
  uses: JamesIves/github-pages-deploy-action@v4.3.3
  with:
    branch: gh-pages # The branch the action should deploy to.
    folder: build # The folder the action should deploy.
    tag: 'v0.1'

Additional Notes

@germa89 germa89 requested a review from JamesIves as a code owner June 16, 2022 06:26
@JamesIves
Copy link
Owner

JamesIves commented Jun 17, 2022

Thanks for the contribution. Do you mind creating an issue for this along with rationale so it can be tracked?

@germa89
Copy link
Contributor Author

germa89 commented Jun 17, 2022

Thanks for the contribution. Do you mind creating an issue for this along with rationale so it can be tracked?

Hi @JamesIves , done!

src/constants.ts Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
@germa89
Copy link
Contributor Author

germa89 commented Jun 29, 2022

@JamesIves I have implemented the changes. Let me know if there is anything more I can do.

@JamesIves
Copy link
Owner

Will get to this in the next couple of days, thanks for your patience!

@JamesIves
Copy link
Owner

Looks good to me! Thanks for making the changes

@JamesIves JamesIves merged commit 079ec0e into JamesIves:dev Jul 17, 2022
@germa89 germa89 deleted the feat/Adding-tag-option branch July 18, 2022 17:56
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.

Add tags to deployed commit
4 participants