Skip to content

Commit

Permalink
Update web.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
1-alex98 authored Oct 5, 2023
1 parent e5761b5 commit 8259a4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: build
run: |
sudo apt update -y
Expand All @@ -27,4 +27,4 @@ jobs:
uses: JamesIves/github-pages-deploy-action@4.0.0
with:
branch: gh-pages # The branch the action should deploy to.
folder: . # The folder the action should deploy.
folder: . # The folder the action should deploy.

0 comments on commit 8259a4e

Please sign in to comment.