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

Added an updated release.yml as per the suggested solution to issue #70. #74

Open
wants to merge 4 commits into
base: review
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
git add .
git commit -m "Built on `date +'%Y-%m-%d %H:%M:%S'`"
- name: release
uses: ad-m/github-push-action@master
uses: ad-m/github-push-action@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
force: true
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
3. Write some [markdown](https://guides.github.com/features/mastering-markdown/)
```
<!-- my-page.html -->
<script src="https://rawcdn.githack.com/oscarmorrison/md-page/master/md-page.js"></script><noscript>
<script src="https://rawcdn.githack.com/oscarmorrison/md-page/232e97938de9f4d79f4110f6cfd637e186b63317/md-page.js"></script><noscript>


# Header
Welcome to my simplest site
Expand All @@ -29,7 +30,7 @@ Welcome to my simplest site

### Demo
*editable demo:* https://jsbin.com/katuyos/edit?html,output
*live demo:* https://oscarmorrison.com/md-page/
*live demo:* https://oscarmorrison.github.io/md-page/

<img alt="side-by-side" src="https://user-images.githubusercontent.com/1651212/46581080-1cefcb00-ca7d-11e8-8a4f-828dbe945dc6.png">

Expand Down
1 change: 1 addition & 0 deletions md-page.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "md-page",
"author": "oscarmorrison",
"version": "1.0.0",
"version": "1.0.1",
"description": "create a webpage with just markdown",
"homepage": "https://github.com/oscarmorrison/md-page.git#readme",
"bugs": {
Expand Down