Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

Commit

Permalink
Revert "Removes destination from build step"
Browse files Browse the repository at this point in the history
This reverts commit e8644d8.
  • Loading branch information
mxskylar committed Feb 11, 2024
1 parent c3b420b commit 03d5da8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dev-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
run: "ls -la _dev/mxskylar_dev_deploy"
- name: Build
uses: actions/jekyll-build-pages@v1
with:
destination: "./_dev/${{ github.ref_name }}"
- name: ls
shell: bash
run: "ls -la _dev/mxskylar_dev_deploy"
Expand Down

0 comments on commit 03d5da8

Please sign in to comment.