changed to ==
if (buttonState == HIGH) { digitalWrite(ledPin, HIGH); } else {
Still no change in outcome.