Skip to content

Commit

Permalink
Deploy v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Mmasoud1 committed May 18, 2024
1 parent f4c1512 commit 802e235
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/deploy-v3.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Deploy v3

on:
push:
branches:
- master

jobs:
build-and-deploy:
runs-on: ubuntu-latest

steps:
- name: Checkout repository content
uses: actions/checkout@v2

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./v3
publish_branch: gh-pages
destination_dir: v3

0 comments on commit 802e235

Please sign in to comment.