Skip to content

Commit

Permalink
Megre workflows gittea to github
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegShchavelev committed Jun 23, 2024
1 parent 7da03de commit 12d60f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitea/workflows/deploy.yml → .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Sample workflow for building and deploying a VitePress site to GitHub Pages
#
name: Deploy ALT Mobile Wiki
name: Deploy ALT Mobile Wiki site to Pages

on:
# Runs on pushes targeting the `main` branch. Change this to `master` if you're
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: .vitepress/dist
path: docs/.vitepress/dist

# Deployment job
deploy:
Expand Down

0 comments on commit 12d60f2

Please sign in to comment.