Skip to content

Commit

Permalink
Remove guide from deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
tobifra committed Jul 11, 2024
1 parent d4e8786 commit 330f862
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 61 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: '18'

- name: Delete guide.md
run: rm guide.md

- name: Install dependencies
run: npm install
Expand Down
39 changes: 0 additions & 39 deletions .vitepress/theme/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,45 +37,6 @@
blockquote {
@apply p-4 italic border-l-4 bg-gray-100 border-gray-400;
}
.custom-block {
@apply p-4 rounded-md mb-4;
}

.custom-block-title {
@apply font-bold mb-2 uppercase;
}

.info {
@apply bg-blue-100 border border-blue-400 text-blue-700;
}

.info .custom-block-title {
@apply text-blue-700;
}

.warning {
@apply bg-yellow-100 border border-yellow-400 text-yellow-700;
}

.warning .custom-block-title {
@apply text-yellow-700;
}

.success {
@apply bg-green-100 border border-green-400 text-green-700;
}

.success .custom-block-title {
@apply text-green-700;
}

.error {
@apply bg-red-100 border border-red-400 text-red-700;
}

.error .custom-block-title {
@apply text-red-700;
}
}
@tailwind components;
@tailwind utilities;
22 changes: 0 additions & 22 deletions guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,25 +37,3 @@ Dies ist ein regulärer Absatz. Er wird für den Hauptteil des Textes im Dokumen
1. Punkt 1
2. Punkt 2
3. Punkt 3

## Alerts

::: info
This is an info box.
:::

::: tip
This is a tip.
:::

::: warning
This is a warning.
:::

::: danger
This is a dangerous warning.
:::

::: details
This is a details block.
:::

0 comments on commit 330f862

Please sign in to comment.