Skip to content

Commit

Permalink
Updated CI actions
Browse files Browse the repository at this point in the history
  • Loading branch information
RiskoZoSlovenska committed Mar 17, 2024
1 parent 53e27df commit a8d41e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
steps:
# Checkout
- name: Checkout site repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: site

- name: Checkout creative writing repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: RiskoZoSlovenska/creative-writing
path: creative-writing
Expand Down Expand Up @@ -67,9 +67,9 @@ jobs:

# Deploy
- name: Upload Pages artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: site/build

- name: Deploy Pages artifact
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4

0 comments on commit a8d41e6

Please sign in to comment.