Bump GitHub actions, fixing typos

This commit is contained in:
Andreas Deininger 2023-02-27 14:17:15 +01:00
parent ca6524c5ae
commit 5a11221cf3
9 changed files with 12 additions and 12 deletions

View File

@ -2,10 +2,10 @@ name: End-to-end tests
on: [push] on: [push]
jobs: jobs:
cypress-run: cypress-run:
runs-on: ubuntu-20.04 runs-on: ubuntu-22.04
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1 - uses: ruby/setup-ruby@v1
with: with:
ruby-version: 2.7 ruby-version: 2.7
@ -15,7 +15,7 @@ jobs:
run: | run: |
gem install jekyll bundler gem install jekyll bundler
- name: Cypress run - name: Cypress run
uses: cypress-io/github-action@v2 uses: cypress-io/github-action@v5
with: with:
working-directory: docs working-directory: docs
install-command: npm install install-command: npm install

View File

@ -212,7 +212,7 @@
}, },
"uigoodies": { "uigoodies": {
"name": "uigoodies", "name": "uigoodies",
"url": "http://uigoodies.com/", "url": "https://uigoodies.com/",
"date": "5 Jul 2018" "date": "5 Jul 2018"
}, },
"favicon": { "favicon": {

View File

@ -1683,7 +1683,7 @@
"1070320154452656128": { "1070320154452656128": {
"id": "1070320154452656128", "id": "1070320154452656128",
"date": "2:13 PM - 5 Dec 2018", "date": "2:13 PM - 5 Dec 2018",
"content": "Wanted a dark mode and discovered that in my build steps for <a href=\"https://twitter.com/bulmaio\">@bulmaio</a> inverting the values for <a href=\"https://twitter.com/search?q=%23black\">$black</a>, <a href=\"https://twitter.com/search?q=%23white\">$white</a> and greyscales and setting a bg-color for the html element is 90% of the work done. Relly great work by <a href=\"https://twitter.com/jgthms\">@jgthms</a> to make stuff like this SO easy! <a href=\"https://twitter.com/search?q=%23coding\">#coding</a> <a href=\"https://twitter.com/search?q=%23webdev\">#webdev</a> <a href=\"https://t.co/nm84fBXcbU\">pic.twitter.com/nm84fBXcbU</a>", "content": "Wanted a dark mode and discovered that in my build steps for <a href=\"https://twitter.com/bulmaio\">@bulmaio</a> inverting the values for <a href=\"https://twitter.com/search?q=%23black\">$black</a>, <a href=\"https://twitter.com/search?q=%23white\">$white</a> and greyscales and setting a bg-color for the html element is 90% of the work done. Really great work by <a href=\"https://twitter.com/jgthms\">@jgthms</a> to make stuff like this SO easy! <a href=\"https://twitter.com/search?q=%23coding\">#coding</a> <a href=\"https://twitter.com/search?q=%23webdev\">#webdev</a> <a href=\"https://t.co/nm84fBXcbU\">pic.twitter.com/nm84fBXcbU</a>",
"fullname": "Lars", "fullname": "Lars",
"username": "LarsPeterke", "username": "LarsPeterke",
"avatar": "https://pbs.twimg.com/profile_images/1073168355505385472/WJu6Gnh0_normal.jpg", "avatar": "https://pbs.twimg.com/profile_images/1073168355505385472/WJu6Gnh0_normal.jpg",
@ -3563,7 +3563,7 @@
"1522267260781477890": { "1522267260781477890": {
"id": "1522267260781477890", "id": "1522267260781477890",
"date": "6:29 PM - 5 May 2022", "date": "6:29 PM - 5 May 2022",
"content": "Bulma Framwork 🔥🔥<br><a href=\"https://twitter.com/jgthms\">@jgthms</a> <br><br><a href=\"https://t.co/zb3g5dzQPQ\">bulma.io</a>", "content": "Bulma Framework 🔥🔥<br><a href=\"https://twitter.com/jgthms\">@jgthms</a> <br><br><a href=\"https://t.co/zb3g5dzQPQ\">bulma.io</a>",
"fullname": "Atman Boulaajaili", "fullname": "Atman Boulaajaili",
"username": "ABoulaajaili", "username": "ABoulaajaili",
"avatar": "https://pbs.twimg.com/profile_images/1599811144977465345/Rk2Yk8dA_normal.jpg", "avatar": "https://pbs.twimg.com/profile_images/1599811144977465345/Rk2Yk8dA_normal.jpg",

View File

@ -58,7 +58,7 @@
</div> </div>
<p class="bd-hello-author"> <p class="bd-hello-author">
<span>Video by <a href="http://www.vuemastery.com/" target="_blank">Vue Mastery</a></span> <span>Video by <a href="https://www.vuemastery.com/" target="_blank">Vue Mastery</a></span>
</p> </p>
</div> </div>
</div> </div>

View File

@ -45,7 +45,7 @@
</div> </div>
</div> </div>
<p class="intro-author"> <p class="intro-author">
<span>Video by <a href="http://www.vuemastery.com/" target="_blank">Vue Mastery</a></span> <span>Video by <a href="https://www.vuemastery.com/" target="_blank">Vue Mastery</a></span>
</p> </p>
</div> </div>
</div> </div>

View File

@ -264,7 +264,7 @@ document.addEventListener('DOMContentLoaded', () => {
<h4>3. Add the JS for the trigger</h4> <h4>3. Add the JS for the trigger</h4>
<p> <p>
In a <code>script</code> element (or in a seperate <code>.js</code> file), add the following JS code: In a <code>script</code> element (or in a separate <code>.js</code> file), add the following JS code:
</p> </p>
</div> </div>

View File

@ -45,7 +45,7 @@ doc-subtab: nav
</p> </p>
<ul> <ul>
<li><code>nav-toggle</code> for the hamburger menu on mobile</li> <li><code>nav-toggle</code> for the hamburger menu on mobile</li>
<li><code>nav-menu</code> for menu that is collapsable on mobile (you can combine it with <code>nav-right</code>)</li> <li><code>nav-menu</code> for menu that is collapsible on mobile (you can combine it with <code>nav-right</code>)</li>
<li>toggle <code>is-active</code> on <code>nav-toggle</code> and <code>nav-menu</code> when <code>nav-toggle</code> was clicked</li> <li>toggle <code>is-active</code> on <code>nav-toggle</code> and <code>nav-menu</code> when <code>nav-toggle</code> was clicked</li>
</ul> </ul>
</div> </div>

View File

@ -58,7 +58,7 @@ route: tiles
<div class="column is-two-thirds"> <div class="column is-two-thirds">
{% highlight html %} {% highlight html %}
<div class="tile is-ancestor"> <div class="tile is-ancestor">
<!-- All other tile elemnts --> <!-- All other tile elements -->
</div> </div>
{% endhighlight %} {% endhighlight %}
</div> </div>

View File

@ -54,7 +54,7 @@
top: calc(50% + 4px) top: calc(50% + 4px)
&:hover &:hover
background-color: bulmaRgba(black, 0.05) background-color: bulmaRgba(black, 0.05)
// Modifers // Modifiers
&.is-active &.is-active
span span
&:nth-child(1) &:nth-child(1)