File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,25 +32,25 @@ jobs:
3232 runs-on : ubuntu-latest
3333 steps :
3434 - name : Checkout
35- uses : actions/checkout@v3
35+ uses : actions/checkout@v6
3636 - name : Install Dependencies
37- uses : actions/setup-node@v3
37+ uses : actions/setup-node@v6
3838 with :
3939 node-version : 20.5.1
4040 cache : " npm"
4141 # Install using node
4242 - run : npm ci
4343 - name : Setup Pages
4444 id : pages
45- uses : actions/configure-pages@v3
45+ uses : actions/configure-pages@v5
4646 - name : Build with Hugo
4747 env :
4848 # For maximum backward compatibility with Hugo modules
4949 HUGO_ENVIRONMENT : production
5050 HUGO_ENV : production
5151 run : npm run build
5252 - name : Upload artifact
53- uses : actions/upload-pages-artifact@v2
53+ uses : actions/upload-pages-artifact@v4
5454 with :
5555 path : public/
5656
6464 steps :
6565 - name : Deploy to GitHub Pages
6666 id : deployment
67- uses : actions/deploy-pages@v2
67+ uses : actions/deploy-pages@v4
Original file line number Diff line number Diff line change 66
77.vscode
88
9- .DS_Store
9+ .DS_Store
10+
11+ .secrets
You can’t perform that action at this time.
0 commit comments