Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
chore(release): 🔖 Bump action to v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmcodes committed Aug 1, 2020
1 parent 28e4a32 commit ae96268
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ assignees: andrewmcodes

## Action Version & Workflow File

- Version [e.g. v0.0.1]
- Version [e.g. v0.0.2]

### Workflow File

Expand Down
24 changes: 10 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This is intended to be an out-of-the-box solution for deploying your [Bridgetown

```yml
- name: Build & Deploy to GitHub Pages
uses: andrewmcodes/[email protected].1
uses: andrewmcodes/[email protected].2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
```
Expand All @@ -35,7 +35,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build & Deploy to GitHub Pages
uses: andrewmcodes/[email protected].1
uses: andrewmcodes/[email protected].2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
```
Expand All @@ -56,7 +56,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build & Deploy to GitHub Pages
uses: andrewmcodes/[email protected].1
uses: andrewmcodes/[email protected].2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
repository: andrewmcodes/bridgetown-gh-pages-action
Expand Down Expand Up @@ -140,22 +140,18 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```

## Changelog
## Demo

[View our Changelog][changelog]
[bridgetown-gh-pages-starter](https://github.com/andrewmcodes/bridgetown-gh-pages-starter)

## Contributing

Contributions, issues and feature requests are welcome!
This starter can be used to reproduce issues as well as provide an example of the plugin's usage.

Please make sure you read the [Contributing Guide][contributing] before getting started!
You can view the live version at: [andrewmcodes.github.io/bridgetown-gh-pages-starter](https://andrewmcodes.github.io/bridgetown-gh-pages-starter/).

## Code of Conduct
## Contributing

[Code of Conduct][coc]
Contributions, issues and feature requests are welcome!<br />Feel free to check [issues page](https://github.com/andrewmcodes/bridgetown-gh-pages-tag/issues). You can also take a look at the [contributing guide](https://github.com/andrewmcodes/bridgetown-gh-pages-tag/blob/main/CONTRIBUTING.md).

## License

Copyright © 2020 [Andrew Mason](https://github.com/andrewmcodes).
<br />
This project is [MIT](https://github.com/andrewmcodes/bridgetown-gh-pages-action/blob/main/LICENSE) licensed.
This plugin is released under the [MIT License](LICENSE).
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Bridgetown Github Pages Action"
description: "A GitHub Action to Deploy your Bridgetown site to GitHub Pages."
branding:
icon: "box"
color: "green"
color: "blue"

inputs:
repository:
Expand Down
2 changes: 1 addition & 1 deletion version.toml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.1
0.0.2

0 comments on commit ae96268

Please sign in to comment.