Skip to content

Commit

Permalink
build: copy README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
christianliebel committed Sep 3, 2021
1 parent 531e8b1 commit e21bca5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/npm-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
- name: Copy package.json
run: npx ncp package-publish.json build/package.json

- name: Copy README.md
run: npx ncp README.md build/README.md

- name: Replace version in package.json
run: npx replace '#.#.#' ${GITHUB_REF#refs/tags/v} build/package.json

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Paint is back—right in your browser! Try it on [paint.js.org](https://paint.js.org).

![Paint](docs/screenshot.png)
![Paint](https://raw.githubusercontent.com/christianliebel/paint/main/docs/screenshot.png)

This project aims to demonstrate modern web capabilities and Web Component-based application architectures on the example of a productivity app dinosaur: Paint.
All offline-capable and installable, just as [Progressive Web Apps](https://web.dev/progressive-web-apps/) should be.
Expand Down

0 comments on commit e21bca5

Please sign in to comment.