This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP --> | |
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'"> | |
<link href="./styles.css" rel="stylesheet"> | |
<title>Hello World!</title> | |
</head> | |
<body> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Deploy PDF | |
on: | |
push: | |
branches: [ master ] | |
pull_request: | |
branches: [ master ] | |
workflow_dispatch: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const owner = "lukasbach"; | |
const repo = "react-complex-tree"; | |
const branch = "main"; | |
(async () => { | |
const trees = (await (await fetch(`https://api.github.com/repos/${owner}/${repo}/git/trees/${branch}?recursive=1`)).json()).tree; | |
const folders = trees.filter(i => i.type === "tree").map(i => i.path); | |
const queries = folders.map(folder => ` | |
${folder.replace(/[^a-zA-Z0-9]/g, "_")}: object(expression: "${branch}:${folder}") { | |
... on Tree { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0eNrtfdtuY0eW5a8IehxQnhP3CGPcQHnQPWigC6guN9ADuA2BKVGZhJWimqLS5S7oA+Yv5mHmx+ZL5txIHkkRjLX2UaZdbttAioeXFRE7LnvHvv71/N3t4+p+u77bXb7bbH48//qvx3cezr/+fvLYfba+2twNbz+s398tb7v37pYfV+dfn2+X69vzp8X5+u569Zfzr9XTYvql3c/33Zc+rbe7x/adxf5Xj/cX2/X7D7uL5Xa7+Wnye/30w+J8dbdb79arocX+4efLu8eP71bbtoHFtOWLsanF+f3mof3N5q5rtcW5MCp+5RbnP7e/iP4r99T16wWUPkA97Fqwrjv9aHJgYYQKOSBzAHq3fn+xul1d7bbrq4v7ze0qC+ZOgVmiV+YUkBMML+WA/BHo4/L29uJ2+fE+i2IPFI95igcUydWQooBK2cElnkpJ5YBUw3epgKQEfTJZJC3oUx7JCPqUnTklWOAFJMEKT9mtorygT3mkACPpoE4iRcHosktcJcHoski6EYwuj3Rc41eP20+r6x7nYnkSKbZ84nq9bY/X/mPV5ID5U1032W2oDU22EpKlyVZCcoLRZTe09oLR5ZFCdirfZUd3RAKmMgrIlu9iolebbjTQRdMI5iN7mBklmI88kn4uIl19WK7vyoJSOycjs23xWmYLDNoI5iXfVSsgX14EcwLy5ZE8sZyPfXpGNpvDlWyTgEyHZJvkhy7ZJh7oopVskyzfsJJtkkfS8GBNow9Izwerc8DE9kgpD5xbQJbgIikQuI7AdQSuJ3ANgUuIWEkRuMQ+isy8JQKXmDdHCGORmDdHiGZRE7hyvpQgvuQkfCl7NjgBX1JZgc0J+FIBCedLpjn2qX5eucAzvJfA2fmOPMN71eHsPCd+nvM09Q3P8LouVbvolWABZUVXrwULKI9keIanDLCAvOUZ3kvg3ALyjmd4EK7nGR6EG3iGB+FGnuFBuIlneAhuaHiGB+EqnuFBuJpneBCukTI8ZSCGFwR6hfzZEAR6BZVX8dLaYt1 |
OlderNewer