Skip to content

Commit a83f06a

Browse files
committed
Workflows Deployment
1 parent fe3863c commit a83f06a

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.githhub/workflows/deploy.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Deploy Website
2+
3+
on:
4+
push:
5+
branches: [master]
6+
7+
jobs:
8+
deploy:
9+
runs-on: ubuntu-latest
10+
environment: Authenticator
11+
12+
steps:
13+
- uses: actions/checkout@v4
14+
15+
- name: Deploy to GitHub Pages
16+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)