Recent css not being updated on deploy

Hi,

I’m trying to fix some minor issues on my page but the files that are being deployed don’t match the files I have on github. One problem is an image, it’s path isn’t being updated and also the background color of my index page wont update.

Here’s a screenshot of the code that is being deployed. I downloaded it from the deploy log on Netlify.
deploy1

Check the comments for an image of the code on github

My site is denisecodesthe.net

Heres my latest deploy log

7:01:10 PM: Build ready to start
7:01:57 PM: build-image version: ca811f47d4c1cbd1812d1eb6ecb0c977e86d1a1d
7:01:57 PM: build-image tag: v3.3.20
7:01:57 PM: buildbot version: 0ee111aa6b75403f01f5d27b0a6736d30a2da28c
7:01:57 PM: Fetching cached dependencies
7:01:58 PM: Starting to download cache of 19.7MB
7:01:58 PM: Finished downloading cache in 308.063575ms
7:01:58 PM: Starting to extract cache
7:01:58 PM: Finished extracting cache in 439.582607ms
7:01:58 PM: Finished fetching cache in 753.685969ms
7:01:58 PM: Starting to prepare the repo for build
7:01:59 PM: Preparing Git Reference refs/heads/master
7:02:00 PM: Different build dir detected, going to use the one specified in the Netlify configuration file: ‘’ versus ‘/’ in the Netlify UI
7:02:00 PM: No build command found, continuing to publishing
7:02:00 PM: Starting to deploy site from ‘_site’
7:02:00 PM: Creating deploy tree
7:02:00 PM: Creating deploy upload records
7:02:01 PM: 0 new files to upload
7:02:01 PM: 0 new functions to upload
7:02:01 PM: Starting post processing
7:02:01 PM: Post processing - HTML
7:02:01 PM: Post processing - redirect rules
7:02:01 PM: Post processing - header rules
7:02:01 PM: Post processing done
7:02:01 PM: Site is live
7:02:03 PM: Finished processing build request in 5.827130689s

Here’s a screenshot of the same code on github
github1

It wouldn’t let me add it to my post since I am a new user

Fixed my own issue. When I was processing my sass files I created a duplicate and the style sheet I thought was being updated was not.

1 Like

thanks for closing the loop!