Skip to content

Commit

Permalink
Move readme to root, update deployment cname
Browse files Browse the repository at this point in the history
  • Loading branch information
roszcz committed Jun 12, 2024
1 parent e9c21e1 commit 7d3e67d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: npm run build
- name: Create CNAME
working-directory: ./algrtm
run: echo "nospoko.com" > out/CNAME
run: echo "epr-labs.com" > out/CNAME
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down
6 changes: 0 additions & 6 deletions algrtm/README.md → README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,3 @@ To learn more about Next.js, take a look at the following resources:
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.

You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!

## Deploy on Vercel

The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.

Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.

0 comments on commit 7d3e67d

Please sign in to comment.