snippetjavascriptTip
How 30 seconds of code is deployed
Viewed 0 times
javascripthowdeployedcodeseconds
Problem
<style>
h2 > small {
display: block;
color: var(--color-text-lighter);
font-size: var(--font-md);
h2 > small {
display: block;
color: var(--color-text-lighter);
font-size: var(--font-md);
Solution
git push --force --quiet "https://${GH_TOKEN}@github.com/Chalarangelo/30-seconds-of-code.git" master > /dev/null 2>&1display: block;
color: var(--color-text-lighter);
font-size: var(--font-md);
font-weight: var(--font-weight-normal);
margin-top: var(--spacing-4);
}
Code Snippets
git push --force --quiet "https://${GH_TOKEN}@github.com/Chalarangelo/30-seconds-of-code.git" master > /dev/null 2>&1git submodule update --recursive --remotegit merge swtest/gh-pages --allow-unrelated-historiesContext
From 30-seconds-of-code: how-30-seconds-of-code-is-deployed
Revisions (0)
No revisions yet.