Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Netlify build/deploy files #262

Merged
merged 2 commits into from
Nov 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions .github/workflows/main.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ categories:

## Testing

You should always test your changes locally before creating a pull request. Once you do createi a branch or a pull request, we use Netlify to create previes of the changes so that reviewers and yourself can easily review the changes.
You should always test your changes locally before creating a pull request. Once you do createi a branch or a pull request, we use Azure Static Web Apps to create previews of the changes so that reviewers and yourself can easily review the changes.

### Testing locally

Expand Down
19 changes: 0 additions & 19 deletions netlify.toml

This file was deleted.

1 change: 0 additions & 1 deletion themes/flatcar/layouts/shortcodes/licenses.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<div class="tab-pane fade {{ if $active }}show active{{ end }}" id="{{ $channel }}" role="tabpanel" aria-labelledby="{{ $channel }}-tab">
{{ if not $licenses }}
<p>Something is missing…</p>
{{ if (getenv "NETLIFY_PREVIEW_BUILD") }}<p>(This can be because it's a website build preview)</p>{{ end }}
{{ else }}
<table class="table">
<thead>
Expand Down
Loading