Skip to content

Commit

Permalink
5: create template
Browse files Browse the repository at this point in the history
  • Loading branch information
Heriette authored Jan 15, 2024
1 parent 0645300 commit 90b53ed
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/hands_on_5.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@

- name: Deploy GitHub Pages site
uses: actions/[email protected]
name: Deploy to GitHub pages

on:
workflow_dispatch

jobs:
deploy_github_pages:
runs-on: ubuntu-latest

steps:
- name: Deploy GitHub Pages site
uses: actions/[email protected]

0 comments on commit 90b53ed

Please sign in to comment.