Skip to content

Commit 48f11ad

Browse files
Fix docs GitHub deployment (#202)
* Update to actions/deploy-pages@v4 * Remove unsafe_html linter rule * [REVERT THIS] trigger CI for testing * Revert "[REVERT THIS] trigger CI for testing"
1 parent 7fe7a9f commit 48f11ad

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/gh-pages-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,4 @@ jobs:
8787

8888
- name: Deploy to GitHub Pages
8989
id: deployment
90-
uses: actions/deploy-pages@v2
90+
uses: actions/deploy-pages@v4

lib/analysis_options.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,6 @@ linter:
272272
- unnecessary_this
273273
- unnecessary_to_list_in_spreads
274274
- unrelated_type_equality_checks
275-
- unsafe_html
276275
- use_build_context_synchronously
277276
- use_colored_box
278277
- use_decorated_box

0 commit comments

Comments
 (0)