Skip to content

Commit

Permalink
Fix links to get started md
Browse files Browse the repository at this point in the history
  • Loading branch information
dsilhavy committed Dec 29, 2024
1 parent fb75a42 commit a27a9ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ concurrency:
jobs:
# Build job
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions src/pages/get-started/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ export default function Index({ title, description, html }) {

export async function getStaticProps() {
const pages = [
"https://github.com/dsilhavy/dashjs-jekyll-documentation/blob/master/pages/quickstart/installation.md",
"https://github.com/dsilhavy/dashjs-jekyll-documentation/blob/master/pages/quickstart/setup.md",
"https://github.com/Dash-Industry-Forum/dash.js/blob/gh-pages/pages/quickstart/installation.md",
"https://github.com/Dash-Industry-Forum/dash.js/blob/gh-pages/pages/quickstart/setup.md",
];
const markdown = await Promise.all(
pages.map(async (page) => {
Expand Down

0 comments on commit a27a9ff

Please sign in to comment.