Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: undo workflow filename change
Browse files Browse the repository at this point in the history
this affects the badges, revert it for now
github-actions[bot] committed Nov 21, 2024
1 parent 17d1c50 commit 703c6e7
Showing 4 changed files with 2,616 additions and 553 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ 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";
const katex_url = "https://pranab.pages.dev/assets/fonts/katex/0.16.11/katex.min.css";
/** @type {import('@docusaurus/types').Config} */
const config = {
title: "Quantum Espresso Tutorial",
@@ -183,7 +183,7 @@ const config = {

stylesheets: [
{
href: drive_url + "/fonts/katex/katex.min.css",
href: katex_url,
type: "text/css",
},
],
3,159 changes: 2,611 additions & 548 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -15,9 +15,9 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@docusaurus/core": "^3.6.1",
"@docusaurus/faster": "^3.6.1",
"@docusaurus/preset-classic": "^3.6.1",
"@docusaurus/core": "^3.6.2",
"@docusaurus/faster": "^3.6.2",
"@docusaurus/preset-classic": "^3.6.2",
"@easyops-cn/docusaurus-search-local": "^0.45.0",
"@mdx-js/react": "^3.1.0",
"@svgr/webpack": "^8.1.0",

0 comments on commit 703c6e7

Please sign in to comment.