Skip to content

Commit

Permalink
chore(CI): Add missing ref to checkout (release and pages workflows) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella authored and JoseLion committed Nov 10, 2022
1 parent 7930201 commit c4c9d29
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: release
- name: Setup Pages
uses: actions/configure-pages@v2
- name: Build with Jekyll
Expand All @@ -44,4 +46,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v1
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: release
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
Expand Down

0 comments on commit c4c9d29

Please sign in to comment.