This repository has been archived by the owner. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): 🔖 Bump action to v0.0.2
- Loading branch information
1 parent
28e4a32
commit ae96268
Showing
4 changed files
with
13 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} | ||
``` | ||
|
@@ -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 }} | ||
``` | ||
|
@@ -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 | ||
|
@@ -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). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.0.1 | ||
0.0.2 |