Skip to content

Commit

Permalink
disable pages step
Browse files Browse the repository at this point in the history
  • Loading branch information
Schpidi authored Jun 28, 2024
1 parent a1ba497 commit 05b7c4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
steps:
- name: Checkout staging
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v4
# - name: Setup Pages
# uses: actions/configure-pages@v4
- name: Build image
run: docker build . --file Dockerfile --tag $IMAGE_NAME --label "runnumber=${GITHUB_RUN_ID}"
- name: Login ghcr
Expand Down

0 comments on commit 05b7c4a

Please sign in to comment.