We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d52080 commit 9f1e391Copy full SHA for 9f1e391
.github/workflows/deploy.yml
@@ -13,8 +13,6 @@ on:
13
- "**.liquid"
14
- "**/*.md"
15
- "**.yml"
16
- - "Gemfile"
17
- - "Gemfile.lock"
18
- "!.github/workflows/axe.yml"
19
- "!.github/workflows/broken-links.yml"
20
- "!.github/workflows/deploy-docker-tag.yml"
@@ -72,11 +70,6 @@ jobs:
72
70
with:
73
71
ruby-version: "3.3.5"
74
bundler-cache: true
75
- - name: Setup Python 🐍
76
- uses: actions/setup-python@v5
77
- with:
78
- python-version: "3.13"
79
- cache: "pip" # caching pip dependencies
80
- name: Update _config.yml ⚙️
81
uses: fjogeleit/yaml-update-action@main
82
0 commit comments