Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

min fix to test #312

Merged
merged 5 commits into from
Mar 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
surge_token: ${{ secrets.SURGE_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
dist: dist
dist: docs
build: |
echo "Has build already"
- name: Get the preview_url
Expand Down
2 changes: 1 addition & 1 deletion public/livedata/stars.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

166 changes: 0 additions & 166 deletions src/components/TwitterTimeline.vue

This file was deleted.

2 changes: 0 additions & 2 deletions src/components/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import News from './News.vue'
import Banner from './Banner.vue'
import RoboconBanner from './RoboconBannerTicketsSlim.vue'
import PageFooter from './PageFooter.vue'
import Navbar from './Navbar.vue'
import NavbarSubPage from './NavbarSubPage.vue'
Expand All @@ -26,7 +25,6 @@ import DocumentIcon from './icons/DocumentIcon.vue'
export {
News,
Banner,
RoboconBanner,
PageFooter,
Navbar,
NavbarSubPage,
Expand Down
2 changes: 1 addition & 1 deletion src/content/resources/libraries.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export default () => ([
tags: ['db']
},
{
name: 'Debug Library',
name: 'DebugLibrary',
href: 'https://github.com/xyb/robotframework-debuglibrary',
description: 'A debug library for RobotFramework, which can be used as an interactive shell(REPL) also.'
},
Expand Down
6 changes: 0 additions & 6 deletions src/content/resources/tools.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,6 @@ export default () => ([
href: 'https://github.com/vkosuri/npp-robot',
tags: ['editor']
},
{
name: 'RED',
description: 'Eclipse based editor with a debugger by Nokia.',
href: 'https://github.com/nokia/RED',
tags: ['editor']
},
{
name: 'Language Server for PyCharm',
description: 'PyCharm LSP plugin - syntax highlight, code completion, and other LSP features for PyCharm.',
Expand Down
3 changes: 0 additions & 3 deletions src/views/Home.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<template>
<nav-mobile />
<robocon-banner />
<banner />
<navbar class="nav-desktop" />
<div class="container mb-xlarge">
Expand Down Expand Up @@ -77,7 +76,6 @@
<script>
import { defineAsyncComponent } from 'vue'
import {
RoboconBanner,
Banner,
PageFooter,
Navbar,
Expand All @@ -96,7 +94,6 @@ export default {
name: 'App',
components: {
VideoComponent,
RoboconBanner,
Banner,
PageFooter,
Navbar,
Expand Down
Loading