mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-15 11:04:23 +02:00
fix bad imports in examples, add codespell skip list to action
This commit is contained in:
2
.github/workflows/spellcheck.yml
vendored
2
.github/workflows/spellcheck.yml
vendored
@@ -21,3 +21,5 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Codespell
|
- name: Codespell
|
||||||
uses: codespell-project/actions-codespell@v2
|
uses: codespell-project/actions-codespell@v2
|
||||||
|
with:
|
||||||
|
skip: .git*,package-lock.json,*.css,.codespellrc,/dist*
|
||||||
|
@@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
<link rel="stylesheet" href="../dist/reveal.css" />
|
<link rel="stylesheet" href="../dist/reveal.css" />
|
||||||
<link rel="stylesheet" href="../dist/theme/black.css" id="theme" />
|
<link rel="stylesheet" href="../dist/theme/black.css" id="theme" />
|
||||||
<link rel="stylesheet" href="../plugin/highlight/monokai.css" />
|
<link rel="stylesheet" href="../dist/plugin/highlight/monokai.css" />
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
@@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
<link rel="stylesheet" href="../dist/reveal.css" />
|
<link rel="stylesheet" href="../dist/reveal.css" />
|
||||||
<link rel="stylesheet" href="../dist/theme/white.css" id="theme" />
|
<link rel="stylesheet" href="../dist/theme/white.css" id="theme" />
|
||||||
<link rel="stylesheet" href="../plugin/highlight/monokai.css" />
|
<link rel="stylesheet" href="../dist/plugin/highlight/monokai.css" />
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
@@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
<link rel="stylesheet" href="../dist/reveal.css" />
|
<link rel="stylesheet" href="../dist/reveal.css" />
|
||||||
<link rel="stylesheet" href="../dist/theme/white.css" id="theme" />
|
<link rel="stylesheet" href="../dist/theme/white.css" id="theme" />
|
||||||
<link rel="stylesheet" href="../plugin/highlight/monokai.css" />
|
<link rel="stylesheet" href="../dist/plugin/highlight/monokai.css" />
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body style="background: #ddd">
|
<body style="background: #ddd">
|
||||||
|
Reference in New Issue
Block a user