Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bekahwhittle committed Aug 3, 2023
1 parent 6b043bd commit d917dd8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:

# Specify runner + deployment step
runs-on: ubuntu-latest
permissions:
contents: write

steps:
- name: checkout repo
uses: actions/checkout@v3
Expand All @@ -68,4 +71,4 @@ jobs:
with:
github_token: ${{ secrets.GH_TOKEN }}
repository: https://github.com/bekahwhittle/actions-learning-100.git
folder: pages # The folder the action should deploy.
folder: . # The folder the action should deploy.

0 comments on commit d917dd8

Please sign in to comment.