Skip to content

Commit

Permalink
Merge branch 'master' of github.com:davorg/twittelection
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Apr 19, 2024
2 parents 2348c58 + ea37b8e commit f8362fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install cpanminus
run: sudo apt update && sudo apt install cpanminus
Expand All @@ -38,7 +38,7 @@ jobs:
if [ "$GIT_STATUS" != "" ]; then git push; fi
- name: Update pages artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: docs/

Expand All @@ -54,5 +54,5 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4

0 comments on commit f8362fb

Please sign in to comment.