ci: add GitHub Actions

This commit is contained in:
divlo
2020-12-28 11:44:23 +01:00
parent 7921d06785
commit 3ed686cddd
8 changed files with 288 additions and 22 deletions

36
website/.gitignore vendored
View File

@ -1,22 +1,24 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
node_modules
.pnp
.pnp.js
# testing
/coverage
.yarn
# next.js
/.next/
/out/
.next
out
# production
/build
build
dist
# misc
.DS_Store
# PWA
**/public/workbox-*.js
**/public/sw.js
# envs
.env
.env.production
@ -24,3 +26,17 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# lockfiles
package-lock.json
yarn.lock
pnpm-lock.yaml
# editors
.vscode
.theia
.idea
# misc
.DS_Store
.lighthouseci

View File

@ -8,7 +8,7 @@ export default function Footer () {
<Link href='/about'>
<a>FunctionProject</a>
</Link>
&nbsp;- Version 2.2 <br />
&nbsp;- Version 2.3 <br />
<a href='https://divlo.fr/' target='_blank' rel='noopener noreferrer'>
Divlo
</a>{' '}