Skip to content

Commit

Permalink
chore: undo workflow filename change
Browse files Browse the repository at this point in the history
this affects the badges, revert it for now
  • Loading branch information
github-actions[bot] committed Nov 22, 2024
1 parent c1558d6 commit f69b4bd
Show file tree
Hide file tree
Showing 6 changed files with 2,618 additions and 556 deletions.
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# https://github.com/github/linguist/blob/master/docs/overrides.md
babel.config.js linguist-documentation=true
docusaurus.config.js linguist-documentation=true
sidebars.js linguist-documentation=true
src/css/custom.css linguist-documentation=true
File renamed without changes.
4 changes: 2 additions & 2 deletions docs/time.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Time
---
Following example uses `date_and_time` and `cup_time` to find current date and
time, and determine program execution time.
Following example uses `date_and_time` and `cpu_time` to find current date and
time, and determines program execution time.

import CodeBlock from '@theme/CodeBlock';
import time from '!!raw-loader!/src/25_time.f90';
Expand Down
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { themes } from "prism-react-renderer";
import remarkMath from "remark-math";
import rehypeKatex from "rehype-katex";
const site_url = "https://pranabdas.github.io";
const drive_url = "https://pranab.pages.dev/assets";
/** @type {import('@docusaurus/types').Config} */
const config = {
title: "Fortran Tutorial",
Expand Down Expand Up @@ -184,10 +183,11 @@ const config = {

stylesheets: [
{
href: drive_url + "/fonts/katex/katex.min.css",
href: "https://pranab.pages.dev/assets/fonts/katex/0.16.11/katex.min.css",
type: "text/css",
},
],

future: {
experimental_faster: true,
},
Expand Down
Loading

0 comments on commit f69b4bd

Please sign in to comment.