Skip to content

Commit

Permalink
Merge pull request #1307 from openstreetmap/interim
Browse files Browse the repository at this point in the history
deploy to interim branch
  • Loading branch information
tyrasd authored Aug 7, 2024
2 parents dd8757e + ebfe8e1 commit d0ebdbb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,5 @@ jobs:
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4.6.1
with:
BRANCH: main # The branch the action should deploy to.
FOLDER: . # The folder the action should deploy.
CLEAN: false # Automatically remove deleted files from the deploy branch
BRANCH: interim # The branch the action should deploy to.
FOLDER: interim # The folder the action should deploy.

0 comments on commit d0ebdbb

Please sign in to comment.