Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
edf8e97
Merge pull request #1 from genmancoder/gh-pages
genmancoder Aug 21, 2022
ea6a6aa
Delete package-lock.json
genmancoder Aug 21, 2022
92251cb
Merge branch 'master' of https://github.com/genmancoder/dorsu-notes-app
genmancoder Aug 21, 2022
72d9790
Delete index.html
genmancoder Aug 21, 2022
04d1ea9
Create LICENSE
genmancoder Aug 21, 2022
982d170
Merge pull request #2 from genmancoder/add-license-1
genmancoder Aug 21, 2022
4c9fc3f
Updated app.tsx
genmancoder Aug 22, 2022
e0379ec
Update App.tsx
genmancoder Aug 22, 2022
917ab64
Merge pull request #3 from genmancoder/dev
genmancoder Aug 22, 2022
073d721
Dev section
genmancoder Oct 25, 2022
8447f80
Merge pull request #4 from genmancoder/dev
genmancoder Oct 25, 2022
c09ee30
Update publish.yaml
genmancoder Oct 25, 2022
36b2d7a
Update publish.yaml
genmancoder Oct 25, 2022
ed3713f
Update Header.tsx
genmancoder Oct 25, 2022
40902f1
Merge pull request #5 from genmancoder/dev
genmancoder Oct 25, 2022
fbb810d
changes
rasseyperez Oct 25, 2022
a73968d
Update package.json
genmancoder Oct 25, 2022
a657665
Update package.json
genmancoder Oct 25, 2022
5d51495
Merge pull request #12 from genmancoder/dev
genmancoder Oct 25, 2022
25a9cd4
Merge pull request #6 from Rassey04/dorsunotes_BSIT-3B_Perez
genmancoder Oct 25, 2022
c0d6de5
Update publish.yaml
genmancoder Oct 25, 2022
2321b20
Merge pull request #13 from genmancoder/master
genmancoder Oct 25, 2022
6062358
Update Developers.tsx
genmancoder Oct 25, 2022
be933d6
Merge pull request #14 from genmancoder/dev
genmancoder Oct 25, 2022
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
7 changes: 4 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
push:
branches:
- master

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -15,8 +14,10 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: '12.x'
- run: yarn
- run: yarn run build
- run: npm install
- run: npm run build
env:
CI: false
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2022 genmancoder

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
589 changes: 0 additions & 589 deletions index.html

This file was deleted.

Loading