Merge pull request 'Update actions to test if gitea actions works' (#39) from actions-test into master

Reviewed-on: #39
This commit was merged in pull request #39.
This commit is contained in:
2023-10-19 13:25:51 +01:00
+1 -1
View File
@@ -3,7 +3,7 @@ name: 🚀 Deploy website on push
jobs:
web-deploy:
name: 🎉 Deploy
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: 🚚 Get latest code
uses: actions/checkout@v2