Skip to content

Commit

Permalink
change ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
reteps committed Oct 4, 2024
1 parent 611d705 commit ebd0445
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ jobs:
token: ${{ secrets.WORKFLOW_PAT }}
submodules: true
fetch-depth: 0
- name: Build pwnyctf mdbook
uses: ./.github/actions/build-mdbook
with:
book-directory: pwnyctf

- name: Save scheduled discord pings
run: |
echo -e "name: \"workflow\"\non: workflow_dispatch3" > .github/workflows/date.yml
Expand All @@ -33,6 +28,11 @@ jobs:
git add .
git commit -m "generated"
git push
- name: Build pwnyctf mdbook
uses: ./.github/actions/build-mdbook
with:
book-directory: pwnyctf

- name: Build site
uses: ./.github/actions/build-astro
with:
Expand Down

0 comments on commit ebd0445

Please sign in to comment.