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 e70c18d commit a13f3afCopy full SHA for a13f3af
.github/workflows/deploy.yml
@@ -18,11 +18,11 @@ jobs:
18
build:
19
runs-on: ubuntu-latest
20
env:
21
- DART_SASS_VERSION: 1.93.2
22
- GO_VERSION: 1.25.3
+ DART_SASS_VERSION: 1.97.0
+ GO_VERSION: 1.25.5
23
HUGO_VERSION: 0.152.2
24
- NODE_VERSION: 22.20.0
25
- TZ: Europe/Oslo
+ NODE_VERSION: 24.12.0
+ TZ: Europe/Moscow
26
steps:
27
- name: Checkout
28
uses: actions/checkout@v6
@@ -103,4 +103,4 @@ jobs:
103
104
- name: Deploy to GitHub Pages
105
id: deployment
106
- uses: actions/deploy-pages@v4
+ uses: actions/deploy-pages@v4
0 commit comments