I hereby claim:
- I am luisdalmolin on github.
- I am luisdalmolin (https://keybase.io/luisdalmolin) on keybase.
- I have a public key ASCuTQXJVARZnsbRD-QaLiR7OVMB-9c4aHvhsn1HJAPswQo
To claim this, I am signing this object:
| # Media: images, icons, video, audio, HTC | |
| location ~* \.(?:jpg|jpeg|gif|png|ico|cur|gz|svg|svgz|mp4|ogg|ogv|webm|htc|woff|woff2|css|js)$ { | |
| expires 30d; | |
| access_log off; | |
| add_header Pragma public; | |
| add_header Cache-Control "public"; | |
| } | |
| # cache.appcache, your document html and data | |
| location ~* \.(?:manifest|appcache|html?|xml|json)$ { |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <meta http-equiv="X-UA-Compatible" content="ie=edge"> | |
| <title>Document</title> | |
| <link href="https://cdn.jsdelivr.net/npm/tailwindcss/dist/tailwind.min.css" rel="stylesheet"> | |
| </head> | |
| <body> |
I hereby claim:
To claim this, I am signing this object:
| [ | |
| { | |
| "key": "ctrl+cmd+p", | |
| "command": "workbench.action.openRecent" | |
| } | |
| ] |
| name: Deploy to Production | |
| on: | |
| release: | |
| types: [published] | |
| permissions: | |
| id-token: write | |
| contents: read |