Consult the renovate docs
Create an AppPassword on Bitbucket
Create a file named renovate-bot.secret.yaml
with:
{ | |
"action": "Account-SubmitRegistration", | |
"queryString": "rurl=1", | |
"locale": "en_CA", | |
"list": null, | |
"firstName": "Philippe", | |
"lastName": "Leger", | |
"phone": null, | |
"email": "[email protected]", | |
"emailConfirm": "[email protected]", |
import * as core from '@actions/core'; | |
import { Context } from '@actions/github/lib/context'; | |
import { ENV } from '../../types/dot-env'; | |
import { readVercelConfigFile, updateVercelConfigFile } from './utilities'; | |
import { VercelConfig } from './vercel'; | |
type ActionEnv = Partial<ENV>; | |
/** | |
* `vercel-rewrites` update rewrite destination based on the branch sub domain before deploying to vercel |
Consult the renovate docs
Create an AppPassword on Bitbucket
Create a file named renovate-bot.secret.yaml
with:
Consult the renovate docs
Create an AppPassword on Bitbucket
Create a file named renovate-bot.secret.yaml
with:
$breakpoint-mobile-small-px: 375px; | |
$breakpoint-mobile-small-height-px: 480px; | |
$breakpoint-mobile-px: 425px; | |
$breakpoint-mobile-med-landscape-px: 568px; | |
$breakpoint-mobile-med-px: 768px; | |
$breakpoint-tablet-px: 1024px; | |
$breakpoint-tablet-height-px: 768px + 1px; | |
$breakpoint-tablet-plus-padding-px: (1024 + 32) px; | |
$breakpoint-laptop-small-px: 1240px; | |
$breakpoint-laptop-px: 1440px; |
/******/ (function(modules) { // webpackBootstrap | |
/******/ // The module cache | |
/******/ var installedModules = {}; | |
/******/ | |
/******/ // The require function | |
/******/ function __webpack_require__(moduleId) { | |
/******/ | |
/******/ // Check if module is in cache | |
/******/ if(installedModules[moduleId]) { | |
/******/ return installedModules[moduleId].exports; |
<head> | |
<link | |
href='https://fonts.googleapis.com/css?family=Ubuntu:400,500&subset=latin,latin-ext' rel='stylesheet' | |
type='text/css'> | |
</head> | |
<body> | |
<header> | |
<h1>Main Header ☯</h1> | |
</header> | |
<article> |
<head> | |
<link | |
href='https://fonts.googleapis.com/css?family=Ubuntu:400,500&subset=latin,latin-ext' rel='stylesheet' | |
type='text/css'> | |
</head> | |
<body> | |
<header> | |
<h1>Main Header ☯</h1> | |
</header> | |
<article> |